Skip to content

Commit

Permalink
Bump checkout version to fix node deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
boomanaiden154 committed Sep 13, 2024
1 parent f65734e commit a406ee8
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 @@ -16,7 +16,7 @@ jobs:
LicenseCheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: ./check-license.sh
Envvars:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- task: Test
cmd: pytest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Python With Cached pip Packages
if: needs.Envvars.outputs.do_cache == '1'
uses: actions/setup-python@v4
Expand Down

0 comments on commit a406ee8

Please sign in to comment.