build: bump checkout action to v4
This commit is contained in:
parent
8a6538a549
commit
c3406dfc61
|
@ -10,7 +10,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- uses: teatimeguest/setup-texlive-action@v3
|
- uses: teatimeguest/setup-texlive-action@v3
|
||||||
with:
|
with:
|
||||||
packages: scheme-full
|
packages: scheme-full
|
||||||
|
|
Loading…
Reference in New Issue