Skip to content

Commit 5f338cf

Browse files
build(deps): bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [DeterminateSystems/flake-checker-action](https://github.com/determinatesystems/flake-checker-action), [gradle/actions](https://github.com/gradle/actions) and [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock). Updates `DeterminateSystems/flake-checker-action` from 9ee1c5473f1abdfb299f6c4f0fab813147c97fe3 to a0f068d37b542f3150564fbf1164fec2d958ee11 - [Release notes](https://github.com/determinatesystems/flake-checker-action/releases) - [Commits](DeterminateSystems/flake-checker-action@9ee1c54...a0f068d) Updates `gradle/actions` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@50e97c2...3f131e8) Updates `DeterminateSystems/update-flake-lock` from b83e0671a67dfd774680fb1beaa1497ef7e58bfc to fd9359ac79d0e912f1b4b947a48470b3e2799b56 - [Release notes](https://github.com/determinatesystems/update-flake-lock/releases) - [Commits](DeterminateSystems/update-flake-lock@b83e067...fd9359a) --- updated-dependencies: - dependency-name: DeterminateSystems/flake-checker-action dependency-version: a0f068d37b542f3150564fbf1164fec2d958ee11 dependency-type: direct:production dependency-group: github-actions - dependency-name: DeterminateSystems/update-flake-lock dependency-version: fd9359ac79d0e912f1b4b947a48470b3e2799b56 dependency-type: direct:production dependency-group: github-actions - dependency-name: gradle/actions dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4a28e4 commit 5f338cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- if: runner.environment == 'github-hosted'
5454
uses: DeterminateSystems/magic-nix-cache-action@908b263ff629f4cc17666315b7fd3ec127c6244d # main
5555
- if: runner.environment == 'github-hosted'
56-
uses: DeterminateSystems/flake-checker-action@9ee1c5473f1abdfb299f6c4f0fab813147c97fe3 # main
56+
uses: DeterminateSystems/flake-checker-action@a0f068d37b542f3150564fbf1164fec2d958ee11 # main
5757

5858
# GitHub-hosted fallback caches Rust via the Actions cache. The self-hosted
5959
# box runs the heavy Rust CI (clippy/doc/test) as plain cargo, reusing a

.github/workflows/release-kt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- name: Set up Android SDK
152152
uses: android-actions/setup-android@40fd30fb8d7440372e1316f5d1809ec01dcd3699 # v4.0.1
153153

154-
- uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
154+
- uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0
155155

156156
- name: Download per-target libs
157157
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

.github/workflows/update-flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: dirname "$(command -v nix)" >> "$GITHUB_PATH"
3030

3131
- name: Update flake.lock
32-
uses: DeterminateSystems/update-flake-lock@b83e0671a67dfd774680fb1beaa1497ef7e58bfc # main
32+
uses: DeterminateSystems/update-flake-lock@fd9359ac79d0e912f1b4b947a48470b3e2799b56 # main
3333
with:
3434
pr-title: "Update flake.lock"
3535
pr-labels: |

0 commit comments

Comments
 (0)