Skip to content

Commit

Permalink
Update old action versions (#236)
Browse files Browse the repository at this point in the history
This resolves warnings in CI that two actions use Node.js 16 and must be
upgraded to versions that use Node.js 20 ([recent
example](https://github.com/zmievsa/cadwyn/actions/runs/8683445478)).

Would you be interested in a PR to configure Dependabot to monitor for
updates to action versions on a monthly basis?

Co-authored-by: Stanislav Zmiev <zmievsa@gmail.com>
  • Loading branch information
kurtmckee and zmievsa authored Dec 12, 2024
1 parent 99fd274 commit 6b39ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
Expand Down

0 comments on commit 6b39ad6

Please sign in to comment.