Skip to content

Commit

Permalink
Merge pull request #3 from Fresh-Advance/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
Sieg authored Jan 23, 2024
2 parents 9dcdc8a + 7481ced commit 7f4399b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: git clone --depth 1 https://github.com/OXID-eSales/oxideshop_ce.git --branch b-7.0.x --single-branch source

- name: Cache current installation
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./*
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Load current installation from cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./*
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Load current installation from cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./*
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Load current installation from cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./*
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Load current installation from cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./*
Expand Down

0 comments on commit 7f4399b

Please sign in to comment.