Skip to content

Commit ff7cf2b

Browse files
authored
Merge pull request #2 from pkgforge-dev/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 31d8c21 + a5d4ced commit ff7cf2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
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@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: get dependencies
1919
if: always()

0 commit comments

Comments
 (0)