File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616 - name : " Checkout Source"
1717 if : ${{ github.repository_owner == 'puppetlabs' }}
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121 persist-credentials : false
Original file line number Diff line number Diff line change 1414 steps :
1515
1616 - name : " Checkout"
17- uses : " actions/checkout@v4 "
17+ uses : " actions/checkout@v6 "
1818
1919 - name : " Run yaml-lint"
2020 uses : " ibiqlik/action-yamllint@v3"
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout code
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v6
1313 with :
1414 ref : ${{ github.ref }}
1515 clean : true
3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : Checkout code
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v6
3737 with :
3838 ref : ${{ github.ref }}
3939 clean : true
Original file line number Diff line number Diff line change 88 name : Run checks
99
1010 env :
11- ruby_version : ' 3.1 '
11+ ruby_version : ' 3.3 '
1212 extra_checks : check:symlinks check:git_ignore check:dot_underscore check:test_file
1313 PUPPET_FORGE_TOKEN : ' YES'
1414
1515 runs-on : ' ubuntu-latest'
1616 steps :
1717 - name : Checkout current PR code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121
Original file line number Diff line number Diff line change 4040 with :
4141 service-key : ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
4242 - name : Checkout current PR code
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v6
4444
4545 - name : Install ruby version ${{ matrix.ruby }}
4646 uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 2828 runs-on : ${{ matrix.os }}
2929 steps :
3030 - name : Checkout current PR code
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v6
3232
3333 - name : Install ruby version ${{ matrix.ruby }}
3434 uses : ruby/setup-ruby@v1
You can’t perform that action at this time.
0 commit comments