Skip to content

Commit

Permalink
Bump other GitHub Actions to latest
Browse files Browse the repository at this point in the history
Also to avoid Node JS deprecations.
  • Loading branch information
PeterJCLaw committed Sep 16, 2023
1 parent 5d0708d commit 8e55eb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.9

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
id: cache-dep
with:
path: venv
Expand Down Expand Up @@ -49,12 +49,12 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.9

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
id: cache-dep
with:
path: venv
Expand Down

0 comments on commit 8e55eb9

Please sign in to comment.