Skip to content

Commit 13925ef

Browse files
committed
Change checkout action
1 parent 438257c commit 13925ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 10
1111
container: puppet/pdk:3.0.0.0
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Run static validations
1515
run: /usr/local/bin/pdk bundle exec rake validate lint check
1616
env:
@@ -22,7 +22,7 @@ jobs:
2222
timeout-minutes: 60
2323
container: puppet/pdk:3.0.0.0
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- name: Run unit tests on Puppet 8
2727
run: /usr/local/bin/pdk test unit --puppet-version=8 --parallel
2828
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
container: puppet/pdk:2.6.1.0
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
- name: "PDK Build"
2222
uses: docker://puppet/pdk:2.6.1.0
2323
with:

0 commit comments

Comments
 (0)