Skip to content

Commit

Permalink
CI: Update checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Sep 26, 2023
1 parent 1db4957 commit 3c1db70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- { MANAGER: "pip", FLAGS: "", RUN: "html5validator", RUNFLAGS: "--show-warnings --skip-non-svg --root .", ALLOWFAILURE: "true" }
name: ${{ matrix.config.RUN }} ${{ matrix.config.RUNFLAGS }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
Expand All @@ -37,7 +37,7 @@ jobs:
name: Deploy
needs: tests
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: "50"
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 3c1db70

Please sign in to comment.