Skip to content

Commit 6ba724f

Browse files
committed
Update checkout action version.
1 parent 7920d18 commit 6ba724f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
concurrency:
10-
group: ${{ github.head_ref }}
10+
group: ${{ github.head_ref || github.ref_name }}
1111
cancel-in-progress: true
1212

1313
jobs:
@@ -19,7 +19,7 @@ jobs:
1919
puppet_unit_test_matrix: ${{ steps.get-outputs.outputs.puppet_unit_test_matrix }}
2020
github_action_test_matrix: ${{ steps.get-outputs.outputs.github_action_test_matrix }}
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323

2424
- name: Setup ruby
2525
uses: ruby/setup-ruby@v1
@@ -47,7 +47,7 @@ jobs:
4747
include: ${{fromJson(needs.setup_matrix.outputs.puppet_unit_test_matrix)}}
4848
name: Spec Puppet ${{ matrix.puppet }} (Ruby ${{ matrix.ruby }})
4949
steps:
50-
- uses: actions/checkout@v2
50+
- uses: actions/checkout@v4
5151

5252
- name: Setup ruby
5353
uses: ruby/setup-ruby@v1
@@ -65,7 +65,7 @@ jobs:
6565
BOLT_GEM: true
6666
CI: true
6767
steps:
68-
- uses: actions/checkout@v2
68+
- uses: actions/checkout@v4
6969
- name: Setup ruby
7070
uses: ruby/setup-ruby@v1
7171
with:

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
if: github.repository_owner == 'gibbs'
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
- name: Setup Ruby
1717
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)