File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 runs-on : ${{ matrix.os }}
3939 steps :
4040 - name : Checkout
41- uses : actions/checkout@v2
41+ uses : actions/checkout@v6
4242 with :
4343 clean : ' false'
4444 fetch-depth : ' 0'
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v2.3.4
11+ uses : actions/checkout@v6
1212 with :
1313 fetch-depth : 0
1414
Original file line number Diff line number Diff line change 2929 env :
3030 RUNNER_CONTEXT : ${{ toJson(runner) }}
3131 run : echo "$RUNNER_CONTEXT"
32- - uses : actions/checkout@v2.3.4
32+ - uses : actions/checkout@v6
3333 with :
3434 ref : master
3535 - name : Dependabot Commenter
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v2.3.4
13+ uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v2.3.4
17+ uses : actions/checkout@v6
1818
1919 - name : Checkout tools repo
20- uses : actions/checkout@v2.3.4
20+ uses : actions/checkout@v6
2121 with :
2222 repository : RocketSurgeonsGuild/.github
2323 path : .rsg
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v2.3.4
15+ uses : actions/checkout@v6
1616
1717 - name : sync milestones
1818 uses : RocketSurgeonsGuild/actions/sync-milestone@v0.2.4
You can’t perform that action at this time.
0 commit comments