Skip to content

Commit 381f1aa

Browse files
committed
chore(gha): update GitHub Actions to latest versions
1 parent ed02420 commit 381f1aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
# Checkout code
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- name: Install Test Dependencies
2929
run: |
3030
sudo apt-get update
@@ -38,7 +38,7 @@ jobs:
3838
3939
# Build
4040
- name: Build Expath Package
41-
uses: actions/setup-java@v4
41+
uses: actions/setup-java@v5
4242
with:
4343
distribution: 'temurin'
4444
java-version: ${{ matrix.java-version }}
@@ -73,11 +73,11 @@ jobs:
7373
if: github.ref == 'refs/heads/master'
7474
steps:
7575
- name: Checkout
76-
uses: actions/checkout@v5
76+
uses: actions/checkout@v6
7777
with:
7878
persist-credentials: false
7979
- name: Setup Node.js
80-
uses: actions/setup-node@v4
80+
uses: actions/setup-node@v6
8181
with:
8282
cache: npm
8383
node-version: lts/*

0 commit comments

Comments
 (0)