Skip to content

Commit f2068a2

Browse files
chore(deps): bump the github-actions group with 12 updates
Bumps the github-actions group with 12 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5` | `6` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `6` | | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `3` | `4` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `5` | `8` | | [ncipollo/release-action](https://github.com/ncipollo/release-action) | `1.20.0` | `1.21.0` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3` | `4` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` | | [docker/login-action](https://github.com/docker/login-action) | `3` | `4` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [github/codeql-action](https://github.com/github/codeql-action) | `3` | `4` | | [nick-fields/retry](https://github.com/nick-fields/retry) | `3` | `4` | Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) Updates `actions/attest-build-provenance` from 3 to 4 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v3...v4) Updates `actions/download-artifact` from 5 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v8) Updates `ncipollo/release-action` from 1.20.0 to 1.21.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.20.0...v1.21.0) Updates `docker/setup-qemu-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3...v4) Updates `docker/setup-buildx-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) Updates `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) Updates `github/codeql-action` from 3 to 4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) Updates `nick-fields/retry` from 3 to 4 - [Release notes](https://github.com/nick-fields/retry/releases) - [Commits](nick-fields/retry@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ncipollo/release-action dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: nick-fields/retry dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 856b8f0 commit f2068a2

12 files changed

Lines changed: 48 additions & 48 deletions

.github/workflows/ansible-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-24.04
2121

2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424

2525
- name: Run ansible-lint
2626
uses: ansible-community/ansible-lint-action@main

.github/workflows/build-balena-disk-image.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
echo ${{ inputs.docker-tag }} > docker-tag
2626
- name: Upload docker tag file
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@v7
2828
with:
2929
name: docker-tag
3030
path: docker-tag
@@ -45,15 +45,15 @@ jobs:
4545
attestations: write
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949

5050
- name: Install zstd
5151
run: |
5252
sudo apt-get update
5353
sudo apt-get install -y zstd
5454
5555
- name: Setup Node.js
56-
uses: actions/setup-node@v4
56+
uses: actions/setup-node@v6
5757
with:
5858
node-version: '22.21.0'
5959

@@ -136,7 +136,7 @@ jobs:
136136
ls -la ./*raspberry*
137137
138138
- name: Upload artifacts
139-
uses: actions/upload-artifact@v4
139+
uses: actions/upload-artifact@v7
140140
with:
141141
name: balena-images-${{ matrix.board }}
142142
path: |
@@ -145,7 +145,7 @@ jobs:
145145
./*raspberry*.json
146146
147147
- name: Attest
148-
uses: actions/attest-build-provenance@v3
148+
uses: actions/attest-build-provenance@v4
149149
with:
150150
subject-path: '${{ github.workspace }}/*raspberry*.img.zst'
151151

@@ -156,26 +156,26 @@ jobs:
156156
contents: write
157157
steps:
158158
- name: Download docker tag
159-
uses: actions/download-artifact@v5
159+
uses: actions/download-artifact@v8
160160
with:
161161
name: docker-tag
162162
path: .
163163

164164
- name: Download OpenAPI schema
165-
uses: actions/download-artifact@v5
165+
uses: actions/download-artifact@v8
166166
with:
167167
name: anthias-api-schema
168168
path: .
169169

170170
- name: Download balena images
171-
uses: actions/download-artifact@v5
171+
uses: actions/download-artifact@v8
172172
with:
173173
pattern: balena-images-*
174174
path: .
175175
merge-multiple: true
176176

177177
- name: Create release
178-
uses: ncipollo/release-action@v1.20.0
178+
uses: ncipollo/release-action@v1.21.0
179179
with:
180180
allowUpdates: true
181181
generateReleaseNotes: true

.github/workflows/build-webview.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ jobs:
2424
runs-on: ubuntu-24.04
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Set up QEMU
30-
uses: docker/setup-qemu-action@v3
30+
uses: docker/setup-qemu-action@v4
3131

3232
- name: Set up Docker Buildx
3333
id: buildx
34-
uses: docker/setup-buildx-action@v3
34+
uses: docker/setup-buildx-action@v4
3535

3636
- name: Login to Docker Hub
3737
if: success() && github.event_name != 'pull_request'
38-
uses: docker/login-action@v3
38+
uses: docker/login-action@v4
3939
with:
4040
username: ${{ secrets.DOCKER_USERNAME }}
4141
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -72,17 +72,17 @@ jobs:
7272
runs-on: ubuntu-24.04
7373
steps:
7474
- name: Checkout
75-
uses: actions/checkout@v5
75+
uses: actions/checkout@v6
7676

7777
- name: Set up QEMU
78-
uses: docker/setup-qemu-action@v3
78+
uses: docker/setup-qemu-action@v4
7979

8080
- name: Set up Docker Buildx
8181
id: buildx
82-
uses: docker/setup-buildx-action@v3
82+
uses: docker/setup-buildx-action@v4
8383

8484
- name: Cache build layers
85-
uses: actions/cache@v4
85+
uses: actions/cache@v5
8686
id: cache
8787
with:
8888
path: /tmp/.cache
@@ -123,7 +123,7 @@ jobs:
123123
~/tmp/qt-build/qt5-*.tar.gz.sha256 \
124124
./build
125125
126-
- uses: actions/upload-artifact@v4
126+
- uses: actions/upload-artifact@v7
127127
with:
128128
name: webview-${{ matrix.board }}
129129
path: ~/tmp/qt-build/
@@ -136,13 +136,13 @@ jobs:
136136
board: ['pi5', 'x86']
137137
steps:
138138
- name: Checkout
139-
uses: actions/checkout@v5
139+
uses: actions/checkout@v6
140140
- name: Set up QEMU
141-
uses: docker/setup-qemu-action@v3
141+
uses: docker/setup-qemu-action@v4
142142

143143
- name: Set up Docker Buildx
144144
id: buildx
145-
uses: docker/setup-buildx-action@v3
145+
uses: docker/setup-buildx-action@v4
146146

147147
- name: Set environment variables
148148
run: |
@@ -175,7 +175,7 @@ jobs:
175175
~/tmp-${{ matrix.board }}/build/release/webview-*.tar.gz.sha256 \
176176
./build
177177
178-
- uses: actions/upload-artifact@v4
178+
- uses: actions/upload-artifact@v7
179179
with:
180180
name: webview-${{ matrix.board }}
181181
path: ./build
@@ -195,7 +195,7 @@ jobs:
195195
id-token: write
196196
attestations: write
197197
steps:
198-
- uses: actions/download-artifact@v5
198+
- uses: actions/download-artifact@v8
199199
with:
200200
name: webview-${{ matrix.board }}
201201
path: ./build

.github/workflows/codeql-analysis.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@v3
47+
uses: github/codeql-action/init@v4
4848
with:
4949
languages: ${{ matrix.language }}
5050
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,7 +55,7 @@ jobs:
5555
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5656
# If this step fails, then you should remove it and run the build manually (see below)
5757
- name: Autobuild
58-
uses: github/codeql-action/autobuild@v3
58+
uses: github/codeql-action/autobuild@v4
5959

6060
# ℹ️ Command-line programs to run using the OS shell.
6161
# 📚 https://git.io/JvXDl
@@ -69,4 +69,4 @@ jobs:
6969
# make release
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@v3
72+
uses: github/codeql-action/analyze@v4

.github/workflows/deploy-website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
- name: Setup Pages
3434
uses: actions/configure-pages@v5

.github/workflows/docker-build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Checkout
47-
uses: actions/checkout@v5
47+
uses: actions/checkout@v6
4848

4949
- name: Set up Python ${{ matrix.python-version }}
5050
uses: actions/setup-python@v6
@@ -62,11 +62,11 @@ jobs:
6262
uv pip install --group docker-image-builder
6363
6464
- name: Set up QEMU
65-
uses: docker/setup-qemu-action@v3
65+
uses: docker/setup-qemu-action@v4
6666

6767
- name: Set up Docker Buildx
6868
id: buildx
69-
uses: docker/setup-buildx-action@v3
69+
uses: docker/setup-buildx-action@v4
7070
with:
7171
driver-opts: |
7272
image=moby/buildkit:latest
@@ -77,7 +77,7 @@ jobs:
7777
docker buildx inspect --bootstrap
7878
7979
- name: Cache Docker layers
80-
uses: actions/cache@v4
80+
uses: actions/cache@v5
8181
id: cache
8282
with:
8383
path: /tmp/.buildx-cache/${{ matrix.board }}-${{ matrix.service }}
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Login to Docker Hub
9393
if: success() && github.event_name != 'pull_request'
94-
uses: docker/login-action@v3
94+
uses: docker/login-action@v4
9595
with:
9696
username: ${{ secrets.DOCKER_USERNAME }}
9797
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: ubuntu-24.04
120120
steps:
121121
- name: Checkout
122-
uses: actions/checkout@v5
122+
uses: actions/checkout@v6
123123

124124
- name: Set Docker tag
125125
run: |

.github/workflows/generate-openapi-schema.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Checkout
57-
uses: actions/checkout@v5
57+
uses: actions/checkout@v6
5858

5959
- name: Set up Python 3.11
6060
uses: actions/setup-python@v6
@@ -72,7 +72,7 @@ jobs:
7272
uv pip install --group docker-image-builder
7373
7474
- name: Cache Docker layers
75-
uses: actions/cache@v4
75+
uses: actions/cache@v5
7676
id: cache
7777
with:
7878
path: /tmp/.buildx-cache
@@ -100,7 +100,7 @@ jobs:
100100
--file anthias-api-schema.json
101101
102102
- name: Upload the OpenAPI Schema
103-
uses: actions/upload-artifact@v4
103+
uses: actions/upload-artifact@v7
104104
with:
105105
name: anthias-api-schema
106106
path: anthias-api-schema.json

.github/workflows/javascript-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
lint:
2525
runs-on: ubuntu-24.04
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828

2929
- name: Setup Node.js
30-
uses: actions/setup-node@v5
30+
uses: actions/setup-node@v6
3131
with:
3232
node-version: '20'
3333
cache: 'npm'

.github/workflows/lint-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
actionlint-version: ['1.7.7']
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929

3030
- name: Download actionlint
3131
run: |

.github/workflows/python-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
python-version: ["3.11"]
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929

3030
- name: Set up Python ${{ matrix.python-version }}
3131
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)