Skip to content

Commit

Permalink
Updated actions/checkout to v4 due to Node.js 16 actions being deprec…
Browse files Browse the repository at this point in the history
…ated.
  • Loading branch information
feaser authored Feb 4, 2024
1 parent 9ba08f8 commit 3945a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down

0 comments on commit 3945a35

Please sign in to comment.