Skip to content

Commit c95917d

Browse files
chore(deps): update actions/checkout action to v7
1 parent 2c5271c commit c95917d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cgl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
cgl:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@v7
1212
with:
1313
fetch-depth: 0
1414

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
outputs:
1414
release-notes-url: ${{ steps.create-release.outputs.url }}
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
1919

0 commit comments

Comments
 (0)