Skip to content

Commit 1e22714

Browse files
Bump actions/checkout from 4.1.5 to 4.1.6 in the all-dependencies group (#570)
Bumps the all-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33984ef commit 1e22714

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-after-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: check out
14-
uses: actions/[email protected].5
14+
uses: actions/[email protected].6
1515
with:
1616
fetch-depth: 1
1717

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: check out
11-
uses: actions/[email protected].5
11+
uses: actions/[email protected].6
1212
with:
1313
fetch-depth: 1
1414

.github/workflows/collect-context-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: check out
19-
uses: actions/[email protected].5
19+
uses: actions/[email protected].6
2020
with:
2121
fetch-depth: 1
2222

.github/workflows/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: check out
24-
uses: actions/[email protected].5
24+
uses: actions/[email protected].6
2525
with:
2626
fetch-depth: 1
2727

0 commit comments

Comments
 (0)