Skip to content

Commit 0a1d99d

Browse files
authored
Merge pull request #3629 from ruby/dependabot/github_actions/action-deps-ca916a987c
Bump the action-deps group with 3 updates
2 parents 55e5c1d + 40ba771 commit 0a1d99d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cargo doc --no-deps --target-dir ../doc/rust
6060
working-directory: rust
6161
- name: Upload artifact
62-
uses: actions/upload-pages-artifact@v3
62+
uses: actions/upload-pages-artifact@v4
6363
with:
6464
path: doc
6565

.github/workflows/java-wasm-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: make java-wasm WASI_SDK_PATH=$(pwd)/wasi-sdk-25.0-x86_64-linux
3636

3737
- name: Set up Java
38-
uses: actions/setup-java@v4
38+
uses: actions/setup-java@v5
3939
with:
4040
distribution: 'temurin'
4141
java-version: '17'

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- ubuntu-24.04-s390x
8989
runs-on: ${{ matrix.os }}
9090
steps:
91-
- uses: actions/checkout@v4 # v5 fails on these platforms
91+
- uses: actions/checkout@v5 # v5 fails on these platforms
9292
- name: Set up Ruby
9393
run: |
9494
sudo apt-get update

0 commit comments

Comments
 (0)