Skip to content

Commit 4903f1c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: docker/setup-qemu-action@v3
8080

8181
- name: Cache libpq build
82-
uses: actions/cache@v3
82+
uses: actions/cache@v4
8383
with:
8484
path: /tmp/libpq.build
8585
key: libpq-${{ env.LIBPQ_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }}

0 commit comments

Comments
 (0)