Skip to content

Commit

Permalink
Merge pull request #602 from Gencaster/dependabot/github_actions/main…
Browse files Browse the repository at this point in the history
…/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
capital-G authored Dec 5, 2023
2 parents 1426060 + c76c68a commit 554e7c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- run: sudo apt-get install --yes graphviz
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: "ubuntu-20.04"
container: cypress/browsers:node16.16.0-chrome107-ff107
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
name: "Check Frontend"
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
Expand Down

0 comments on commit 554e7c7

Please sign in to comment.