Skip to content

Commit a3a228a

Browse files
Update actions/checkout action to v4
1 parent 5bfd013 commit a3a228a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/layers_dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121

2222
- name: Setup AWS CLI
2323
uses: aws-actions/configure-aws-credentials@v1

.github/workflows/update_readme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222

2323
- name: Setup AWS CLI
2424
uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)