Skip to content

Commit d86bf61

Browse files
committed
Stricter version referencing for actions/checkout
1 parent 3d3aa33 commit d86bf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/s3-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@latest
45+
uses: actions/checkout@v4
4646

4747
- name: Configure AWS creds
4848
uses: aws-actions/configure-aws-credentials@latest

0 commit comments

Comments
 (0)