Skip to content

Commit 48965e1

Browse files
chore(deps): update actions/checkout action to v5
1 parent f514d5b commit 48965e1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
platform: [terraform, opentofu]
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
with:
2929
ref: ${{ github.event.pull_request.head.ref }}
3030

@@ -48,7 +48,7 @@ jobs:
4848
stack: "plat-ue2-sandbox"
4949
atmos-config-path: ${{ runner.temp }}
5050

51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v5
5252
with:
5353
ref: ${{ github.event.pull_request.head.ref }}
5454

.github/workflows/test-atmos-pro-enabled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
needs: [setup]
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
ref: ${{ github.event.pull_request.head.ref }}
3333

@@ -53,7 +53,7 @@ jobs:
5353
stack: "plat-ue2-sandbox"
5454
atmos-config-path: ${{ runner.temp }}
5555

56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v5
5757
with:
5858
ref: ${{ github.event.pull_request.head.ref }}
5959

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666

6767
- name: Checkout
6868
if: ${{ inputs.skip-checkout != 'true' }}
69-
uses: actions/checkout@v4
69+
uses: actions/checkout@v5
7070

7171
- name: Set atmos cli config path vars
7272
shell: bash

0 commit comments

Comments
 (0)