Skip to content

Commit 87b025d

Browse files
Update actions/checkout action to v4
1 parent cb9c2c1 commit 87b025d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out code
14-
uses: actions/checkout@v1
14+
uses: actions/checkout@v4
1515

1616
- name: Check for terraform version mismatch
1717
run: |
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Check out code
52-
uses: actions/checkout@v2
52+
uses: actions/checkout@v4
5353
with:
5454
ref: ${{ github.event.pull_request.head.ref }}
5555

0 commit comments

Comments
 (0)