Skip to content

Commit

Permalink
Merge pull request #16 from altwalker/dependabot/github_actions/devel…
Browse files Browse the repository at this point in the history
…op/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
Robert-96 authored Mar 20, 2024
2 parents 70eec53 + 28708ed commit 1f04abd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

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

- uses: actions/setup-python@v4
with:
Expand All @@ -31,7 +31,7 @@ jobs:
branch: [main, develop]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
needs: build

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

- uses: altwalker/setup-graphwalker@v1
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

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

- uses: actions/setup-node@v3
with:
Expand All @@ -38,7 +38,7 @@ jobs:
browser: [chromium]

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

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
needs: tests

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

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 1f04abd

Please sign in to comment.