Skip to content

Commit 4e97052

Browse files
deps: bump the deps group across 1 directory with 6 updates (#13)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e25ef8 commit 4e97052

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
mkdir -p artifacts/${{ matrix.arch }}
8181
cp target/${{ matrix.target }}/release/operator artifacts/${{ matrix.arch }}/
8282
83-
- uses: actions/upload-artifact@v6
83+
- uses: actions/upload-artifact@v7
8484
with:
8585
name: binaries-${{ matrix.arch }}
8686
path: artifacts/${{ matrix.arch }}/
@@ -103,13 +103,13 @@ jobs:
103103
run: echo "version=$(cargo pkgid | cut -d# -f2)" >> "$GITHUB_OUTPUT"
104104

105105
- name: Download AMD64 binaries
106-
uses: actions/download-artifact@v7
106+
uses: actions/download-artifact@v8
107107
with:
108108
name: binaries-amd64
109109
path: .github/build-context/amd64/
110110

111111
- name: Download ARM64 binaries
112-
uses: actions/download-artifact@v7
112+
uses: actions/download-artifact@v8
113113
with:
114114
name: binaries-arm64
115115
path: .github/build-context/arm64/
@@ -124,9 +124,9 @@ jobs:
124124
ls -lh .github/build-context/arm64/
125125
126126
- name: Setup buildkit
127-
uses: docker/setup-buildx-action@v3
127+
uses: docker/setup-buildx-action@v4
128128

129-
- uses: docker/metadata-action@v5
129+
- uses: docker/metadata-action@v6
130130
id: meta
131131
with:
132132
images: ghcr.io/beyondessential/postgres-restore-operator
@@ -143,7 +143,7 @@ jobs:
143143
org.opencontainers.image.licenses=GPL-3.0-or-later
144144
145145
- name: Build and push
146-
uses: docker/build-push-action@v6
146+
uses: docker/build-push-action@v7
147147
with:
148148
context: .github/build-context
149149
file: Containerfile

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: Swatinem/rust-cache@v2
6363
- name: Generate CRDs
6464
run: cargo run --bin gen-crds > crds.yaml
65-
- uses: actions/upload-artifact@v6
65+
- uses: actions/upload-artifact@v7
6666
with:
6767
name: crds
6868
path: crds.yaml
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
steps:
7575
- uses: actions/checkout@v6
76-
- uses: actions/download-artifact@v7
76+
- uses: actions/download-artifact@v8
7777
with:
7878
name: crds
7979
- name: Install kubeconform

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v6
1414
- name: Check spelling
15-
uses: crate-ci/typos@v1.43.5
15+
uses: crate-ci/typos@v1.44.0
1616
with:
1717
config: .typos.toml

0 commit comments

Comments
 (0)