Skip to content

Commit 6cdc8d9

Browse files
Update actions/checkout action to v6.0.2
1 parent 7956f03 commit 6cdc8d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
WORKING_DIR: 'deployments'
2020
steps:
2121
- name: Check out code
22-
uses: actions/checkout@v6.0.0
22+
uses: actions/checkout@v6.0.2
2323

2424
- name: Setup Terraform
2525
uses: hashicorp/setup-terraform@v3.1.2

.github/workflows/tag_on_merge.yaml

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

1515
steps:
16-
- uses: actions/checkout@v4.2.2
16+
- uses: actions/checkout@v6.0.2
1717

1818
- name: Fetch tags
1919
run: git fetch --tags

0 commit comments

Comments
 (0)