Skip to content

Commit

Permalink
ci(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#17)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent 72d835a commit 45574ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps: # The sequence of tasks that make up a job.
- name: Checking out repository code
uses: actions/[email protected].0 # Action for checking out a repo.
uses: actions/[email protected].1 # Action for checking out a repo.

# Cache dependencies to speed up builds
- name: Cache cargo dependencies
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
# Checkout the repository code
- name: Checkout code
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0 # Fetches all history for all branches and tags

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
ref: ${{ github.event.release.tag_name }}

Expand Down

0 comments on commit 45574ac

Please sign in to comment.