Skip to content

Commit 2dca947

Browse files
dependabot[bot]hyperpolymath
authored andcommitted
build(deps): Bump actions/checkout in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.3.1 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4.3.1...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 842fa96 commit 2dca947

6 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/bridge-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
timeout-minutes: 25
3131
steps:
32-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
32+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
3333

3434
- name: B3 gate -- nix bumps (no network)
3535
env:

.github/workflows/build-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 60
1818
steps:
19-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
19+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
2020
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
2121
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
2222
- run: cargo check --workspace
@@ -29,7 +29,7 @@ jobs:
2929
run:
3030
working-directory: elixir-orchestration
3131
steps:
32-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
32+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
3333
- uses: erlef/setup-beam@8251c48667b97e88a0a24ec512f5b72a039fcea7 # v1
3434
with:
3535
elixir-version: "1.17"

.github/workflows/elixir-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- elixir: "1.17"
4343
otp: "27"
4444
steps:
45-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
45+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
4646
- name: Detect relevant changes
4747
id: detect
4848
working-directory: ${{ github.workspace }}
@@ -95,7 +95,7 @@ jobs:
9595
run:
9696
working-directory: elixir-orchestration
9797
steps:
98-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
98+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
9999
- name: Detect relevant changes
100100
id: detect
101101
working-directory: ${{ github.workspace }}
@@ -146,7 +146,7 @@ jobs:
146146
run:
147147
working-directory: elixir-orchestration
148148
steps:
149-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
149+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
150150
- name: Detect relevant changes
151151
id: detect
152152
working-directory: ${{ github.workspace }}
@@ -195,7 +195,7 @@ jobs:
195195
run:
196196
working-directory: elixir-orchestration
197197
steps:
198-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
198+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
199199
- name: Detect relevant changes
200200
id: detect
201201
working-directory: ${{ github.workspace }}

.github/workflows/fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
permissions:
2727
contents: read
2828
steps:
29-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
29+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
3030
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
3131
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
3232
- name: Run core fuzz compile check
@@ -42,7 +42,7 @@ jobs:
4242
permissions:
4343
contents: read
4444
steps:
45-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
45+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
4646
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
4747
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
4848
- name: Run debugger fuzz compile check

.github/workflows/ghcr-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
timeout-minutes: 60
3333
steps:
34-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
34+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
3535

3636
- name: Build image (Podman)
3737
run: |

.github/workflows/rust-ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
timeout-minutes: 60
3131
steps:
32-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
32+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
3333
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
3434
with:
3535
components: rustfmt
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
timeout-minutes: 60
4242
steps:
43-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
43+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
4444
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
4545
with:
4646
components: clippy
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
timeout-minutes: 60
5454
steps:
55-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
55+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
5656
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
5757
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
5858
- run: cargo test --workspace --no-fail-fast
@@ -64,7 +64,7 @@ jobs:
6464
env:
6565
RUSTDOCFLAGS: "-D warnings"
6666
steps:
67-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
67+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
6868
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
6969
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
7070
- run: cargo doc --workspace --no-deps
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
timeout-minutes: 60
7676
steps:
77-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
77+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
7878
- uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0
7979
with:
8080
token: ${{ secrets.GITHUB_TOKEN }}
@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-latest
8585
timeout-minutes: 60
8686
steps:
87-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
87+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
8888
- uses: EmbarkStudios/cargo-deny-action@bb137d7af7e4fb67e5f82a49c4fce4fad40782fe # v2
8989
with:
9090
command: check advisories bans licenses sources
@@ -94,7 +94,7 @@ jobs:
9494
runs-on: ubuntu-latest
9595
timeout-minutes: 60
9696
steps:
97-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
97+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
9898
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
9999
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
100100
- run: cargo bench --no-run
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ubuntu-latest
105105
timeout-minutes: 60
106106
steps:
107-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
107+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
108108
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
109109
with:
110110
components: llvm-tools-preview
@@ -131,7 +131,7 @@ jobs:
131131
timeout-minutes: 60
132132
if: github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
133133
steps:
134-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
134+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
135135
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
136136
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
137137
- uses: taiki-e/install-action@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2
@@ -165,7 +165,7 @@ jobs:
165165
- fuzz/Cargo.toml
166166
- rust-core/fuzz/Cargo.toml
167167
steps:
168-
- uses: actions/checkout@9f698171ed81b15d1823a05fc7211befd50c8ae0 # v6.0.3
168+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6.0.3
169169
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
170170
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
171171
- run: cargo check --manifest-path ${{ matrix.manifest }}

0 commit comments

Comments
 (0)