Skip to content

Commit 01ab120

Browse files
authored
Merge pull request #55 from eXist-db/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents a218be7 + 8e9ec6c commit 01ab120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/exist.yml

Lines changed: 2 additions & 2 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

2929
# Build Frontend
3030
- name: Build Using Node.js ${{ matrix.node-version }}
@@ -60,7 +60,7 @@ jobs:
6060
# if: github.ref == 'refs/heads/master'
6161
# steps:
6262
# - name: Checkout
63-
# uses: actions/checkout@v5
63+
# uses: actions/checkout@v6
6464
# with:
6565
# fetch-depth: 0
6666
# - name: Setup Node.js

0 commit comments

Comments
 (0)