Skip to content

Commit

Permalink
Merge pull request #1496 from KLayout/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
klayoutmatthias authored Oct 6, 2023
2 parents c8b7c59 + bcb152c commit 87aef17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: hmarr/debug-action@v2
- name: Cancel Workflow Action
uses: styfle/[email protected]
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: ccache
uses: hendrikmuhs/[email protected]
with:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
name: Make SDist
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build SDist
run: pipx run build --sdist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cleanup
run: |
Expand Down

0 comments on commit 87aef17

Please sign in to comment.