Skip to content

Commit 9b39daf

Browse files
authored
Bump the github-actions group across 1 directory with 2 updates
2 parents f103aa3 + b2880c6 commit 9b39daf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
2525

2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- name: Set up JDK
2929
uses: actions/setup-java@v5
3030
with:

.github/workflows/native-libraries-macOS.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Build native libraries for mac OS / darwin
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
- name: Set up JDK
2222
uses: actions/setup-java@v5
2323
with:
@@ -35,7 +35,7 @@ jobs:
3535
ant -Dos.prefix=darwin-aarch64
3636
ant -Dos.prefix=darwin-x86-64
3737
- name: Upload mac OS binaries
38-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@v7
3939
with:
4040
name: darwin-native
4141
path: |

0 commit comments

Comments
 (0)