Skip to content

Commit f4e46c6

Browse files
authored
1 parent ec7d35d commit f4e46c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout pandocs
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v4
4141
with:
4242
path: pandocs
4343

@@ -62,7 +62,7 @@ jobs:
6262
pip install -r pandocs/requirements.txt
6363
6464
- name: Cache build dir
65-
uses: actions/cache@v2
65+
uses: actions/cache@v3
6666
with:
6767
path: pandocs/target/
6868
key: ${{ runner.os }}-build-${{ hashFiles('pandocs/Cargo.lock') }}

0 commit comments

Comments
 (0)