File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
1818 RENV_PATHS_ROOT : ~/.local/share/renv/
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121
2222 - uses : r-lib/actions/setup-r@v2
2323 with :
Original file line number Diff line number Diff line change 8282 contents : write
8383 steps :
8484 - name : ' Checkout md outputs'
85- uses : actions/checkout@v4
85+ uses : actions/checkout@v5
8686 with :
8787 ref : md-outputs
8888 path : built
Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ jobs:
5858 MD : ${{ github.workspace }}/site/built
5959 steps :
6060 - name : " Check Out Main Branch"
61- uses : actions/checkout@v4
61+ uses : actions/checkout@v5
6262
6363 - name : " Check Out Staging Branch"
64- uses : actions/checkout@v4
64+ uses : actions/checkout@v5
6565 with :
6666 ref : md-outputs
6767 path : ${{ env.MD }}
Original file line number Diff line number Diff line change 3535 steps :
3636
3737 - name : " Checkout Lesson"
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939
4040 - name : " Set up R"
4141 uses : r-lib/actions/setup-r@v2
Original file line number Diff line number Diff line change 4343 needed : ${{ steps.renv.outputs.exists }}
4444 steps :
4545 - name : " Checkout Lesson"
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747 - id : renv
4848 run : |
4949 if [[ -d renv ]]; then
7676 steps :
7777
7878 - name : " Checkout Lesson"
79- uses : actions/checkout@v4
79+ uses : actions/checkout@v5
8080
8181 - name : " Set up R"
8282 uses : r-lib/actions/setup-r@v2
Original file line number Diff line number Diff line change 3636 if : ${{ needs.check_token.outputs.workflow == 'true' }}
3737 steps :
3838 - name : " Checkout Repository"
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040
4141 - name : Update Workflows
4242 id : update
You can’t perform that action at this time.
0 commit comments