Skip to content

Commit 9665cad

Browse files
build(deps): bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [actions/cache](https://github.com/actions/cache) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `actions/cache` from 4 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v6) Updates `docker/setup-buildx-action` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: docker/setup-buildx-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3f339d commit 9665cad

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
# nobody can reproduce locally. A miss just means the build runs, as it does today.
123123
- name: Cache RMG-Py Cython build
124124
id: rmg-build-cache
125-
uses: actions/cache@v4
125+
uses: actions/cache@v6
126126
with:
127127
path: |
128128
RMG-Py/**/*.so

.github/workflows/docker_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Checkout
5252
uses: actions/checkout@v7
5353
- name: Set up Docker Buildx
54-
uses: docker/setup-buildx-action@v4.2.0
54+
uses: docker/setup-buildx-action@v4.3.0
5555
# Add steps for CI checks of the Dockerfile
5656
- name: Build Docker Image (No Push)
5757
uses: docker/build-push-action@v7.3.0
@@ -87,7 +87,7 @@ jobs:
8787
username: ${{ secrets.DOCKERHUB_USERNAME }}
8888
password: ${{ secrets.DOCKERHUB_TOKEN }}
8989
- name: Set up Docker Buildx
90-
uses: docker/setup-buildx-action@v4.2.0
90+
uses: docker/setup-buildx-action@v4.3.0
9191
- name: Build and push RMG-Py
9292
uses: docker/build-push-action@v7.3.0
9393
with:

0 commit comments

Comments
 (0)