Skip to content

Commit 678fbca

Browse files
Update actions/checkout action to v6
1 parent ce8a9c4 commit 678fbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232

3333
- name: Checkout
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3535

3636
- name: Setup php extensions cache
3737
id: extcache

0 commit comments

Comments
 (0)