Skip to content

Commit

Permalink
chore: bump actions/checkout from 4.1.5 to 4.1.6
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](/~https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
- [Release notes](/~https://github.com/actions/checkout/releases)
- [Changelog](/~https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.5...v4.1.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent 65f0abf commit 64bfc53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Pull Source Code
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Pull Source Code
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
fetch-depth: 0
- name: Fetch All Tags
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- name: Pull Source Code
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
- name: Install Linux-only Dependencies
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit 64bfc53

Please sign in to comment.