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 a86d2cf commit 692aee3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/download-artifact@v4.1.7

- name: Check out repository
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
ref: ${{ steps.head.outputs.content }}

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
fetch-depth: 0

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

steps:
- name: Check out repository
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6

- name: Set up Java
uses: actions/setup-java@v4.2.1
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
path: artifacts/HEAD

- name: Check out repository
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
ref: ${{ steps.head.outputs.content }}

Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
echo "NEXT_VERSION=$NEXT_VERSION" >> $GITHUB_OUTPUT
- name: Check out repository
uses: actions/checkout@v4.1.5
uses: actions/checkout@v4.1.6
with:
fetch-depth: 0

Expand Down

0 comments on commit 692aee3

Please sign in to comment.