Skip to content

Commit 0a18587

Browse files
chore(deps): bump the github-actions-dependencies group across 1 directory with 11 updates
Bumps the github-actions-dependencies group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [docker/login-action](https://github.com/docker/login-action) | `3` | `4` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.18.0` | `7.0.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2` | `3` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `8` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.3.2` | `2.6.1` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7` | `8` | | [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) | `11` | `19` | | [int128/diff-action](https://github.com/int128/diff-action) | `1` | `2` | | [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) | `1.3.4` | `1.5.0` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) Updates `docker/build-push-action` from 6.18.0 to 7.0.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@2634353...d08e5c3) 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/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) Updates `actions/download-artifact` from 4 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) Updates `softprops/action-gh-release` from 2.3.2 to 2.6.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@72f2c25...153bb8e) Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7...v8) Updates `dawidd6/action-download-artifact` from 11 to 19 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v11...v19) Updates `int128/diff-action` from 1 to 2 - [Release notes](https://github.com/int128/diff-action/releases) - [Commits](int128/diff-action@v1...v2) Updates `lewagon/wait-on-check-action` from 1.3.4 to 1.5.0 - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Changelog](https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md) - [Commits](lewagon/wait-on-check-action@v1.3.4...v1.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: softprops/action-gh-release dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: dawidd6/action-download-artifact dependency-version: '19' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: int128/diff-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: lewagon/wait-on-check-action dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2ef6a1 commit 0a18587

12 files changed

Lines changed: 32 additions & 32 deletions

.github/workflows/build-runner.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Check out the repo
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929

3030
- name: "🔧 Login to GitHub Container Registry"
31-
uses: docker/login-action@v3
31+
uses: docker/login-action@v4
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.actor }}
@@ -39,7 +39,7 @@ jobs:
3939
shell: bash
4040

4141
- name: Build and push Docker image
42-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
42+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
4343
with:
4444
context: ./docker
4545
file: ./docker/runner.Dockerfile

.github/workflows/clean-bazel-caches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
runner: [1, 2, 3, 4] # We currently have 4 runners, adjust this number if more runners are added
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 1
2424

.github/workflows/dashboard.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
build:
2222
runs-on: ubuntu-22.04
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525
- name: "🚀 Building"
2626
run: |
2727
docker build -t ghcr.io/dfinity/dre/ic-management-frontend:$GITHUB_SHA -f dashboard/Dockerfile dashboard
2828
2929
- name: "🔧 Login to GitHub Container Registry"
30-
uses: docker/login-action@v3
30+
uses: docker/login-action@v4
3131
with:
3232
registry: ghcr.io
3333
username: ${{ github.actor }}

.github/workflows/dre-release.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
labels: dre-runner-custom
1515
container: ghcr.io/dfinity/dre/actions-runner:6413f2909a49329ecbf5371ee7ddf07a9799b625
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818

1919
- name: "☁️ Setup runner"
2020
uses: ./.github/workflows/manage-runner-pre
@@ -31,7 +31,7 @@ jobs:
3131
needs: [test]
3232
runs-on: macos-14
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0
3737

@@ -72,7 +72,7 @@ jobs:
7272
cargo build --release -p dre --target aarch64-apple-darwin
7373
7474
- name: Upload macOS aarch64 artifact
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v7
7676
with:
7777
name: dre-aarch64-apple-darwin
7878
path: target/aarch64-apple-darwin/release/dre
@@ -90,7 +90,7 @@ jobs:
9090
cargo build --release -p dre --target x86_64-apple-darwin
9191
9292
- name: Upload macOS x86_64 artifact
93-
uses: actions/upload-artifact@v4
93+
uses: actions/upload-artifact@v7
9494
with:
9595
name: dre-x86_64-apple-darwin
9696
path: target/x86_64-apple-darwin/release/dre
@@ -106,7 +106,7 @@ jobs:
106106
packages: write
107107
pages: write
108108
steps:
109-
- uses: actions/checkout@v4
109+
- uses: actions/checkout@v6
110110
with:
111111
fetch-tags: true
112112
fetch-depth: 0
@@ -118,7 +118,7 @@ jobs:
118118
# If regular secrets.GITHUB_TOKEN is used instead, the push will not trigger any actions
119119
# https://github.com/orgs/community/discussions/25702
120120
- name: Create GitHub App Token
121-
uses: actions/create-github-app-token@v2
121+
uses: actions/create-github-app-token@v3
122122
id: app-token
123123
with:
124124
app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }}
@@ -151,7 +151,7 @@ jobs:
151151
cp --dereference bazel-out/k8-opt/bin/rs/cli/dre release/artifacts/dre-x86_64-unknown-linux
152152
153153
- name: Download macOS x86_64 artifact
154-
uses: actions/download-artifact@v4
154+
uses: actions/download-artifact@v8
155155
with:
156156
name: dre-x86_64-apple-darwin
157157
path: release/artifacts/
@@ -161,7 +161,7 @@ jobs:
161161
run: mv release/artifacts/dre release/artifacts/dre-x86_64-apple-darwin
162162

163163
- name: Download macOS aarch64 artifact
164-
uses: actions/download-artifact@v4
164+
uses: actions/download-artifact@v8
165165
with:
166166
name: dre-aarch64-apple-darwin
167167
path: release/artifacts/
@@ -177,7 +177,7 @@ jobs:
177177
178178
- name: "🆕 📢 Prepare release"
179179
# v0.1.15
180-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8
180+
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
181181
id: release
182182
with:
183183
token: ${{ secrets.GITHUB_TOKEN }}
@@ -195,7 +195,7 @@ jobs:
195195
rm -rf release
196196
197197
- name: "🆕 Create a new Pull Request with the changes"
198-
uses: peter-evans/create-pull-request@v7
198+
uses: peter-evans/create-pull-request@v8
199199
with:
200200
commit-message: "chore(release): New release of `dre` version ${{ steps.tag.outputs.tag }}"
201201
branch: bot-release-${{ steps.tag.outputs.tag }}

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
packages: write
3838
pages: write
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v6
4141
with:
4242
fetch-depth: 2
4343

4444
# The GitHub App token is necessary for pushing changed files back to the repository
4545
# If regular secrets.GITHUB_TOKEN is used instead, the push will not trigger any actions
4646
# https://github.com/orgs/community/discussions/25702
4747
- name: Create GitHub App Token
48-
uses: actions/create-github-app-token@v2
48+
uses: actions/create-github-app-token@v3
4949
id: app-token
5050
with:
5151
app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }}
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: "🧪 Upload test artifacts"
8787
if: ${{ github.ref == 'refs/heads/main' }}
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@v7
8989
with:
9090
name: test-artifacts
9191
path: bazel-out/k8-opt/bin/rs/ic-observability/multiservice-discovery/multiservice-discovery

.github/workflows/msd-diff.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
# This image is based on ubuntu:20.04
2020
container: ghcr.io/dfinity/dre/actions-runner:6413f2909a49329ecbf5371ee7ddf07a9799b625
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
with:
2424
ref: ${{ github.event.pull_request.head.ref }}
2525

2626
- name: "🔧 Setup runner"
2727
uses: ./.github/workflows/manage-runner-pre
2828

2929
- name: "📥 Download main test artifact"
30-
uses: dawidd6/action-download-artifact@v11
30+
uses: dawidd6/action-download-artifact@v19
3131
with:
3232
name: test-artifacts
3333
branch: main
@@ -57,7 +57,7 @@ jobs:
5757
echo "targets_main=$TARGETS_DIR_MAIN" >> $GITHUB_OUTPUT
5858
echo "targets_branch=$TARGETS_DIR_BRANCH" >> $GITHUB_OUTPUT
5959
- name: "Check MSD Diff"
60-
uses: "int128/diff-action@v1"
60+
uses: "int128/diff-action@v2"
6161
with:
6262
base: ${{ steps.msd-diff.outputs.targets_main }}
6363
head: ${{ steps.msd-diff.outputs.targets_branch }}

.github/workflows/pull-request-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Create GitHub App Token
13-
uses: actions/create-github-app-token@v2
13+
uses: actions/create-github-app-token@v3
1414
id: app-token
1515
with:
1616
app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }}

.github/workflows/release-controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
packages: write
4343
pages: write
4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v6
4646
with:
4747
fetch-depth: 2
4848

4949
# The GitHub App token is necessary for pushing changed files back to the repository
5050
# If regular secrets.GITHUB_TOKEN is used instead, the push will not trigger any actions
5151
# https://github.com/orgs/community/discussions/25702
5252
- name: Create GitHub App Token
53-
uses: actions/create-github-app-token@v2
53+
uses: actions/create-github-app-token@v3
5454
id: app-token
5555
with:
5656
app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
container: ghcr.io/dfinity/dre/actions-runner:6413f2909a49329ecbf5371ee7ddf07a9799b625
2121
name: Check changed release index files
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- name: Run checks for release index
2525
run: |
2626
rye sync

.github/workflows/required-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Wait for running jobs
15-
uses: lewagon/wait-on-check-action@v1.3.4
15+
uses: lewagon/wait-on-check-action@v1.6.0
1616
with:
1717
ref: ${{ github.ref }}
1818
running-workflow-name: Wait for required jobs to complete or be skipped

0 commit comments

Comments
 (0)