Skip to content

Commit 65a2fd7

Browse files
chore(deps): bump the github-actions-dependencies group across 1 directory with 8 updates
Bumps the github-actions-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `6` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `7` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.3.2` | `2.5.0` | | [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` | `12` | | [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.4.1` | 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 `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) Updates `actions/download-artifact` from 4 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) Updates `softprops/action-gh-release` from 2.3.2 to 2.5.0 - [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...a06a81a) 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 12 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v11...v12) 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.4.1 - [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.4.1) --- 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: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: softprops/action-gh-release dependency-version: 2.5.0 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: '12' 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.4.1 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 1be1647 commit 65a2fd7

11 files changed

Lines changed: 23 additions & 23 deletions

.github/workflows/build-runner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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"
3131
uses: docker/login-action@v3

.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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

.github/workflows/dre-release.yaml

Lines changed: 9 additions & 9 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@v6
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@v6
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
@@ -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@v7
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@v7
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@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ 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

@@ -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@v6
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@v12
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/release-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ 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

.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.4.1
1616
with:
1717
ref: ${{ github.ref }}
1818
running-workflow-name: Wait for required jobs to complete or be skipped

.github/workflows/trusted-neurons-alerts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
packages: write
3939
pages: write
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v6
4242
with:
4343
fetch-depth: 2
4444

0 commit comments

Comments
 (0)