Skip to content

Commit e7f2f12

Browse files
dependabot[bot]dvarrazzo
authored andcommitted
build(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ef58cf commit e7f2f12

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-cache-libpq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
image: tonistiigi/binfmt:qemu-v8.1.5
7575

7676
- name: Cache libpq build
77-
uses: actions/cache@v4
77+
uses: actions/cache@v5
7878
with:
7979
path: /tmp/libpq.build
8080
key: libpq-${{ matrix.platform }}-${{ matrix.arch }}-${{ env.LIBPQ_VERSION }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
@@ -117,7 +117,7 @@ jobs:
117117
uses: actions/checkout@v6
118118

119119
- name: Cache libpq build
120-
uses: actions/cache@v4
120+
uses: actions/cache@v5
121121
with:
122122
path: /tmp/libpq.build
123123
key: libpq-macos-${{ env.LIBPQ_VERSION }}-${{ matrix.arch }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}

.github/workflows/packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: docker/setup-qemu-action@v3
8787

8888
- name: Cache libpq build
89-
uses: actions/cache@v4
89+
uses: actions/cache@v5
9090
with:
9191
path: /tmp/libpq.build
9292
key: libpq-${{ matrix.platform }}-${{ matrix.arch }}-${{ env.LIBPQ_VERSION }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}
@@ -158,7 +158,7 @@ jobs:
158158
uses: actions/checkout@v6
159159

160160
- name: Cache libpq build
161-
uses: actions/cache@v4
161+
uses: actions/cache@v5
162162
with:
163163
path: /tmp/libpq.build
164164
key: libpq-macos-${{ env.LIBPQ_VERSION }}-${{ matrix.arch }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}

0 commit comments

Comments
 (0)