Skip to content

Commit a9d92a9

Browse files
chore(deps): update actions/checkout action to v6
1 parent b8063ac commit a9d92a9

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@v6
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
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v6
2828

2929
- name: Setup AWS CLI
3030
uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)