Skip to content

Commit

Permalink
Bump GitHub Actions Checkout
Browse files Browse the repository at this point in the history
This avoids deprecation of Node 16 which is likely to come soon
given that it is now beyond end of life.
  • Loading branch information
PeterJCLaw committed Sep 16, 2023
1 parent 280dec0 commit 5d0708d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 5d0708d

Please sign in to comment.