Skip to content

Commit

Permalink
build(deps): bump actions/cache from 3 to 4 (#3108)
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones authored Jan 22, 2024
2 parents cded2ec + 588e237 commit ad8d0da
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/cache@v3
- uses: actions/cache@v4
if: matrix.sys == 'disable'
with:
path: ports
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/cache@v3
- uses: actions/cache@v4
if: matrix.sys == 'disable'
with:
path: ports
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/cache@v3
- uses: actions/cache@v4
if: matrix.sys == 'disable'
with:
path: ports
Expand All @@ -223,7 +223,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/cache@v3
- uses: actions/cache@v4
if: matrix.sys == 'disable'
with:
path: ports
Expand All @@ -249,7 +249,7 @@ jobs:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
bundler: latest
- uses: actions/cache@v3
- uses: actions/cache@v4
if: matrix.sys == 'disable'
with:
path: ports
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
mingw: "libxml2 libxslt"
bundler-cache: true
bundler: latest
- uses: actions/cache@v3
- uses: actions/cache@v4
if: matrix.sys == 'disable'
with:
path: ports
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ports/archives
key: tarballs-ubuntu-${{hashFiles('dependencies.yml', 'patches/**/*.patch')}}
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/cache@v3
- uses: actions/cache@v4
if: matrix.sys == 'disable'
with:
path: ports
Expand All @@ -395,7 +395,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/cache@v3
- uses: actions/cache@v4
if: matrix.sys == 'disable'
with:
path: ports
Expand Down Expand Up @@ -430,7 +430,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ports/archives
key: tarballs-ubuntu-${{hashFiles('dependencies.yml', 'patches/**/*.patch')}}
Expand Down Expand Up @@ -556,7 +556,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ports/archives
key: tarballs-ubuntu-${{hashFiles('dependencies.yml', 'patches/**/*.patch')}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ports
key: ports-ubuntu-${{matrix.ruby}}-${{hashFiles('dependencies.yml', 'patches/**/*.patch', 'ext/nokogiri/extconf.rb')}}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
mingw: "_upgrade_ libxml2 libxslt pkgconf"
bundler-cache: true
bundler: latest
- uses: actions/cache@v3
- uses: actions/cache@v4
if: matrix.sys == 'disable'
with:
path: ports
Expand All @@ -138,7 +138,7 @@ jobs:
apt-get: "libxml2-dev libxslt1-dev pkg-config valgrind"
bundler-cache: true
bundler: latest
- uses: actions/cache@v3
- uses: actions/cache@v4
if: matrix.sys == 'disable'
with:
path: ports
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ports
key: ports-ubuntu-3.3-${{hashFiles('dependencies.yml', 'patches/**/*.patch', 'ext/nokogiri/extconf.rb')}}
Expand Down

0 comments on commit ad8d0da

Please sign in to comment.