Skip to content

Commit 5512480

Browse files
Merge pull request #8 from move-elevator/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 13dfac1 + e22350a commit 5512480

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@v5
11+
- uses: actions/checkout@v6
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@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919

0 commit comments

Comments
 (0)