Skip to content

Commit

Permalink
Merge pull request #2494 from gdsfactory/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
joamatab committed Feb 2, 2024
2 parents 6836835 + 320c089 commit 24ff2d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Cancel Workflow Action
uses: styfle/cancel-workflow-action@0.12.0
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.gdsfactory/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_code.yml
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
Expand Down

0 comments on commit 24ff2d3

Please sign in to comment.