Skip to content

Commit fec0326

Browse files
Merge pull request #246 from puppetlabs/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 4001eb1 + fb34542 commit fec0326

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/custom_acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040

4141
- name: "checkout"
42-
uses: "actions/checkout@v3"
42+
uses: "actions/checkout@v4"
4343

4444
- name: "export environment"
4545
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323

2424
- name: "Checkout"
25-
uses: "actions/checkout@v3"
25+
uses: "actions/checkout@v4"
2626
with:
2727
ref: "${{ github.ref }}"
2828
clean: true

.github/workflows/release_prep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727

2828
- name: "Checkout"
29-
uses: "actions/checkout@v3"
29+
uses: "actions/checkout@v4"
3030
with:
3131
ref: 'release-prep'
3232
fetch-depth: 0

0 commit comments

Comments
 (0)