Skip to content

Commit f6d63ac

Browse files
build(deps): bump actions/checkout from 5.0.0 to 6.0.1 (#806)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...8e8c483) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com>
1 parent 1037480 commit f6d63ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
egress-policy: audit
4040

41-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4242
- run: git config --global user.name github-actions
4343
- run: git config --global user.email github-actions@github.com
4444
- name: Use Node.js ${{ matrix.node-version }}
@@ -62,7 +62,7 @@ jobs:
6262
egress-policy: audit
6363

6464
- name: Test
65-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
65+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6666
- run: git config --global user.name github-actions
6767
- run: git config --global user.email github-actions@github.com
6868
- name: Use Node.js from .nvmrc

0 commit comments

Comments
 (0)