Skip to content

Commit 44418fa

Browse files
authored
Merge pull request #11 from n0-computer/dependabot/github_actions/github-actions-30e92bc6f9
chore(deps): bump the github-actions group across 1 directory with 5 updates
2 parents e8ab51d + ae972af commit 44418fa

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# - x86_64-unknown-netbsd
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050
with:
5151
submodules: recursive
5252

@@ -83,7 +83,7 @@ jobs:
8383
- armv7-linux-androideabi
8484
steps:
8585
- name: Checkout
86-
uses: actions/checkout@v4
86+
uses: actions/checkout@v5
8787

8888
- name: Set up Rust
8989
uses: dtolnay/rust-toolchain@stable
@@ -93,7 +93,7 @@ jobs:
9393
run: rustup target add ${{ matrix.target }}
9494

9595
- name: Setup Java
96-
uses: actions/setup-java@v4
96+
uses: actions/setup-java@v5
9797
with:
9898
distribution: "temurin"
9999
java-version: "17"
@@ -127,7 +127,7 @@ jobs:
127127
- i686-unknown-linux-gnu
128128
steps:
129129
- name: Checkout
130-
uses: actions/checkout@v4
130+
uses: actions/checkout@v5
131131
with:
132132
submodules: recursive
133133

@@ -154,7 +154,7 @@ jobs:
154154
RUSTFLAGS: '--cfg getrandom_backend="wasm_js"'
155155
steps:
156156
- name: Checkout sources
157-
uses: actions/checkout@v4
157+
uses: actions/checkout@v5
158158

159159
- name: Install stable toolchain
160160
uses: dtolnay/rust-toolchain@stable
@@ -180,7 +180,7 @@ jobs:
180180
RUSTC_WRAPPER: "sccache"
181181
SCCACHE_GHA_ENABLED: "on"
182182
steps:
183-
- uses: actions/checkout@v4
183+
- uses: actions/checkout@v5
184184
with:
185185
fetch-depth: 0
186186
- name: Install sccache
@@ -212,7 +212,7 @@ jobs:
212212
RUSTC_WRAPPER: "sccache"
213213
SCCACHE_GHA_ENABLED: "on"
214214
steps:
215-
- uses: actions/checkout@v4
215+
- uses: actions/checkout@v5
216216
- uses: dtolnay/rust-toolchain@stable
217217
with:
218218
components: rustfmt
@@ -228,7 +228,7 @@ jobs:
228228
RUSTC_WRAPPER: "sccache"
229229
SCCACHE_GHA_ENABLED: "on"
230230
steps:
231-
- uses: actions/checkout@v4
231+
- uses: actions/checkout@v5
232232
- uses: dtolnay/rust-toolchain@master
233233
with:
234234
toolchain: nightly-2024-11-30
@@ -247,7 +247,7 @@ jobs:
247247
RUSTC_WRAPPER: "sccache"
248248
SCCACHE_GHA_ENABLED: "on"
249249
steps:
250-
- uses: actions/checkout@v4
250+
- uses: actions/checkout@v5
251251
- uses: dtolnay/rust-toolchain@stable
252252
with:
253253
components: clippy
@@ -274,7 +274,7 @@ jobs:
274274
RUSTC_WRAPPER: "sccache"
275275
SCCACHE_GHA_ENABLED: "on"
276276
steps:
277-
- uses: actions/checkout@v4
277+
- uses: actions/checkout@v5
278278
- uses: dtolnay/rust-toolchain@master
279279
with:
280280
toolchain: ${{ env.MSRV }}
@@ -290,7 +290,7 @@ jobs:
290290
name: cargo deny
291291
runs-on: ubuntu-latest
292292
steps:
293-
- uses: actions/checkout@v4
293+
- uses: actions/checkout@v5
294294
- uses: EmbarkStudios/cargo-deny-action@v2
295295
with:
296296
arguments: --workspace --all-features
@@ -301,6 +301,6 @@ jobs:
301301
timeout-minutes: 30
302302
runs-on: ubuntu-latest
303303
steps:
304-
- uses: actions/checkout@v4
304+
- uses: actions/checkout@v5
305305
- run: pip install --user codespell[toml]
306306
- run: codespell --ignore-words-list=ans,atmost,crate,inout,ratatui,ser,stayin,swarmin,worl --skip=CHANGELOG.md

.github/workflows/cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
ref: generated-docs-preview
2929
- name: Clean docs branch

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
PREVIEW_PATH: pr/${{ github.event.pull_request.number || inputs.pr_number }}/docs
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- uses: dtolnay/rust-toolchain@master
3434
with:
3535
toolchain: nightly-2024-11-30
@@ -50,7 +50,7 @@ jobs:
5050
publish_branch: generated-docs-preview
5151

5252
- name: Find Docs Comment
53-
uses: peter-evans/find-comment@v3
53+
uses: peter-evans/find-comment@v4
5454
id: fc
5555
with:
5656
issue-number: ${{ github.event.pull_request.number || inputs.pr_number }}
@@ -62,7 +62,7 @@ jobs:
6262
run: echo "TIMESTAMP=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV
6363

6464
- name: Create or Update Docs Comment
65-
uses: peter-evans/create-or-update-comment@v4
65+
uses: peter-evans/create-or-update-comment@v5
6666
with:
6767
issue-number: ${{ github.event.pull_request.number || inputs.pr_number }}
6868
comment-id: ${{ steps.fc.outputs.comment-id }}

.github/workflows/flaky.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo TESTS_RESULT=$result
6060
echo "TESTS_RESULT=$result" >>"$GITHUB_ENV"
6161
- name: download nextest reports
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@v5
6363
with:
6464
pattern: libtest_run_${{ github.run_number }}-${{ github.run_attempt }}-*
6565
merge-multiple: true

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
RUSTC_WRAPPER: "sccache"
5555
steps:
5656
- name: Checkout
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v5
5858
with:
5959
ref: ${{ inputs.git-ref }}
6060

@@ -161,7 +161,7 @@ jobs:
161161
RUSTC_WRAPPER: "sccache"
162162
steps:
163163
- name: Checkout
164-
uses: actions/checkout@v4
164+
uses: actions/checkout@v5
165165
with:
166166
ref: ${{ inputs.git-ref }}
167167

0 commit comments

Comments
 (0)