File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3434 name : ' Puppet Syntax'
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v3
37+ - uses : actions/checkout@v5
3838 - name : " Install Ruby 2.7"
3939 uses : ruby/setup-ruby@v1 # ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
4040 with :
4646 name : ' Puppet Style'
4747 runs-on : ubuntu-latest
4848 steps :
49- - uses : actions/checkout@v3
49+ - uses : actions/checkout@v5
5050 - name : " Install Ruby 2.7"
5151 uses : ruby/setup-ruby@v1
5252 with :
6060 runs-on : ubuntu-latest
6161 continue-on-error : true
6262 steps :
63- - uses : actions/checkout@v3
63+ - uses : actions/checkout@v5
6464 - name : " Install Ruby 2.7"
6565 uses : ruby/setup-ruby@v1
6666 with :
7474 name : ' File checks'
7575 runs-on : ubuntu-latest
7676 steps :
77- - uses : actions/checkout@v3
77+ - uses : actions/checkout@v5
7878 - name : ' Install Ruby 2.7'
7979 uses : ruby/setup-ruby@v1
8080 with :
8787 name : ' RELENG checks'
8888 runs-on : ubuntu-latest
8989 steps :
90- - uses : actions/checkout@v3
90+ - uses : actions/checkout@v5
9191 - name : ' Install Ruby 2.7'
9292 uses : ruby/setup-ruby@v1
9393 with :
@@ -120,7 +120,7 @@ jobs:
120120 env :
121121 PUPPET_VERSION : ${{matrix.puppet.puppet_version}}
122122 steps :
123- - uses : actions/checkout@v3
123+ - uses : actions/checkout@v5
124124 - name : ' Install Ruby ${{matrix.puppet.ruby_version}}'
125125 uses : ruby/setup-ruby@v1
126126 with :
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194194 )
195195
196196 - name : Checkout code
197- uses : actions/checkout@v3
197+ uses : actions/checkout@v5
198198 with :
199199 repository : ${{ env.TARGET_REPO }}
200200 ref : ${{ env.RELEASE_TAG }}
Original file line number Diff line number Diff line change 4949 steps :
5050 - name : " Assert '${{ github.ref }}' is a tag"
5151 run : ' [[ "$GITHUB_REF" =~ ^refs/tags/ ]] || { echo "::error ::GITHUB_REF is not a tag: ${GITHUB_REF}"; exit 1 ; }'
52- - uses : actions/checkout@v3
52+ - uses : actions/checkout@v5
5353 with :
5454 ref : ${{ github.ref }}
5555 clean : true
7575 tag : ${{ steps.tag-check.outputs.tag }}
7676 steps :
7777 - name : Checkout code
78- uses : actions/checkout@v3
78+ uses : actions/checkout@v5
7979 with :
8080 ref : ${{ github.ref }}
8181 clean : true
@@ -174,7 +174,7 @@ jobs:
174174 FORGE_API_URL : https://forgeapi.puppet.com/v3/releases
175175 steps :
176176 - name : Checkout code
177- uses : actions/checkout@v3
177+ uses : actions/checkout@v5
178178 with :
179179 ref : ${{ github.ref }}
180180 clean : true
You can’t perform that action at this time.
0 commit comments