Skip to content

Commit 1fd222f

Browse files
Update actions/checkout action to v6
1 parent 6ce7880 commit 1fd222f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
id: vars
1313
run: echo "{tag}=${GITHUB_REF:10}" >> $GITHUB_OUTPUT
1414
- name: Clone repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v6
1616
with:
1717
ref: ${{ steps.vars.outputs.tag }}
1818
- name: Build and publish module

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Clone repository
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v6
1313

1414
- name: Run unit tests
1515
uses: puppets-epic-show-theatre/action-pdk-test-unit@v1
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Clone repository
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v6
2828

2929
- name: Run PDK validate
3030
uses: puppets-epic-show-theatre/action-pdk-validate@v1

0 commit comments

Comments
 (0)