Skip to content

Commit 1abdf5c

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 103d8a8 commit 1abdf5c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/retire.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo "${PID}.yaml already exists!"
5959
exit 1
6060
fi
61-
- uses: actions/checkout@v6
61+
- uses: actions/checkout@v7
6262
with:
6363
token: ${{ secrets.GITHUB_TOKEN }}
6464
- name: Set up Ruby

.github/workflows/website.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ jobs:
3434

3535
steps:
3636
- name: 🗂 Checkout
37-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3838
with:
3939
fetch-depth: 1
4040
- name: 🗂 Checkout asf-site branch with minimum depth (main only)
4141
if: ${{ (github.head_ref || github.ref_name) == 'main' }}
42-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
42+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
4343
with:
4444
ref: asf-site
4545
fetch-depth: 1
4646
path: asf-site
4747
- name: 🗂 Checkout cwiki-retired branch with minimum depth (main only)
4848
if: ${{ (github.head_ref || github.ref_name) == 'main' }}
49-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
49+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
5050
with:
5151
ref: cwiki-retired
5252
fetch-depth: 1

0 commit comments

Comments
 (0)