Skip to content

Commit

Permalink
Update CI to stop using Node 12 actions (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
ISSOtm committed Jan 2, 2024
1 parent ec7d35d commit f4e46c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout pandocs
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: pandocs

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

0 comments on commit f4e46c6

Please sign in to comment.