Skip to content

Commit 08d3d61

Browse files
Update actions/checkout action to v5 (#67)
1 parent 9703ea9 commit 08d3d61

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
target: [ "25.05", "unstable" ]
2222

2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525

2626
- name: Find Version
2727
if: startsWith(github.ref, 'refs/tags/')
@@ -70,7 +70,7 @@ jobs:
7070
if: startsWith(github.ref, 'refs/tags/')
7171

7272
steps:
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v5
7474

7575
- uses: actions/download-artifact@v5
7676
with:

.github/workflows/post-compare-link.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
post-compare-link:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
1818
- uses: NuschtOS/flake-lock-compare-action@main

.github/workflows/template-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.repository != 'NuschtOS/template'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
1919
- uses: AndreasAugustin/actions-template-sync@v2

0 commit comments

Comments
 (0)