File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3030 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
3131
3232 steps :
33- - uses : actions/checkout@v3
33+ - uses : actions/checkout@v4
3434 with :
3535 fetch-depth : 2
3636
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-20.04
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 with :
2222 persist-credentials : false
2323 - name : Install SSH Client
4040 shell : Rscript {0}
4141
4242 - name : Cache R packages
43- uses : actions/cache@v3
43+ uses : actions/cache@v4
4444 with :
4545 path : ${{ env.R_LIBS_USER }}
4646 key : ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-20.04
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 with :
2121 persist-credentials : false
2222 - name : Install SSH Client
3939 shell : Rscript {0}
4040
4141 - name : Cache R packages
42- uses : actions/cache@v3
42+ uses : actions/cache@v4
4343 with :
4444 path : ${{ env.R_LIBS_USER }}
4545 key : ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-20.04
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616
1717 - uses : r-lib/actions/setup-r@v2
1818 with :
2828 shell : Rscript {0}
2929
3030 - name : Cache R packages
31- uses : actions/cache@v3
31+ uses : actions/cache@v4
3232 with :
3333 path : ${{ env.R_LIBS_USER }}
3434 key : ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
5050 run : |
5151 R CMD build .
5252
53- - uses : actions/upload-artifact@v3
53+ - uses : actions/upload-artifact@v4
5454 with :
5555 name : DoubleML-pkg
5656 path : DoubleML_*.tar.gz
Original file line number Diff line number Diff line change 3535 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
3636
3737 steps :
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v4
3939 with :
4040 fetch-depth : 2
4141
5454
5555 - name : Cache R packages
5656 if : runner.os != 'Windows'
57- uses : actions/cache@v3
57+ uses : actions/cache@v4
5858 with :
5959 path : ${{ env.R_LIBS_USER }}
6060 key : ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-${{ matrix.config.mlr3 }}-1-${{ hashFiles('.github/depends.Rds') }}
@@ -112,7 +112,7 @@ jobs:
112112
113113 - name : Upload check results
114114 if : failure()
115- uses : actions/upload-artifact@v3
115+ uses : actions/upload-artifact@v4
116116 with :
117117 name : ${{ runner.os }}-r${{ matrix.config.r }}-${{ matrix.config.mlr3 }}-results
118118 path : check
You can’t perform that action at this time.
0 commit comments