Skip to content

Commit 49389b3

Browse files
Update actions/checkout action to v5
1 parent bd5d1d9 commit 49389b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
container: ghcr.io/pkgforge-dev/archlinux:latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: Get dependencies
1919
run: chmod +x ./get-dependencies.sh && ./get-dependencies.sh
@@ -57,7 +57,7 @@ jobs:
5757
*.AppImage*
5858
*.AppBundle*
5959
60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v5
6161
- name: Update LATEST_VERSION
6262
run: |
6363
echo "${{ env.VERSION }}" > ./LATEST_VERSION

0 commit comments

Comments
 (0)