Skip to content

Commit 19081b4

Browse files
authored
Merge pull request #401 from HistoryAtState/maintenance-deps
Maintenance deps
2 parents bcb2169 + 5f1ba59 commit 19081b4

File tree

8 files changed

+2889
-2809
lines changed

8 files changed

+2889
-2809
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,23 @@ updates:
55
schedule:
66
interval: "weekly"
77
commit-message:
8-
prefix: "chore(gha):"
8+
prefix: "chore(gha):"
9+
groups:
10+
github-actions:
11+
patterns:
12+
- "*"
13+
- package-ecosystem: "npm"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
commit-message:
18+
prefix: "chore(deps):"
19+
groups:
20+
commitlint-dependencies:
21+
patterns:
22+
- "@commitlint/*"
23+
semantic-release-dependencies:
24+
patterns:
25+
- "@semantic-release/*"
26+
- "semantic-release"
27+
- "conventional-changelog-*"

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
sudo apt-get install -y libxml2-utils
3232
3333
# Checkout code fetch-depth significantly impacts performance
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 1
3737

@@ -58,7 +58,7 @@ jobs:
5858
java-version: 11
5959
steps:
6060
- name: Checkout (sparse)
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v6
6262
with:
6363
fetch-depth: 1
6464
- name: Build Expath Package
@@ -70,15 +70,15 @@ jobs:
7070

7171
- name: upload xar package
7272
if: ${{ matrix.java-version == 21 }}
73-
uses: actions/upload-artifact@v4
73+
uses: actions/upload-artifact@v6
7474
with:
7575
name: frus-xar
7676
path: build/*.xar
7777
if-no-files-found: ignore
7878

7979
- name: upload smoke test
8080
if: ${{ matrix.java-version == 21 }}
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v6
8282
with:
8383
name: frus-bats
8484
path: tests/bats/
@@ -125,12 +125,12 @@ jobs:
125125
mkdir build
126126
mkdir -p tests/bats
127127
128-
- uses: actions/download-artifact@v5
128+
- uses: actions/download-artifact@v6
129129
with:
130130
name: frus-xar
131131
path: build
132132

133-
- uses: actions/download-artifact@v5
133+
- uses: actions/download-artifact@v6
134134
with:
135135
name: frus-bats
136136
path: tests/bats
@@ -163,7 +163,7 @@ jobs:
163163
if: always()
164164
run: docker cp exist:/exist/logs .
165165

166-
- uses: actions/upload-artifact@v4
166+
- uses: actions/upload-artifact@v6
167167
if: always()
168168
with:
169169
name: exist_${{ matrix.exist-version }}_logs
@@ -185,11 +185,11 @@ jobs:
185185
if: github.ref == 'refs/heads/master'
186186
steps:
187187
- name: Checkout
188-
uses: actions/checkout@v4
188+
uses: actions/checkout@v6
189189
with:
190190
persist-credentials: false
191191
- name: Setup Node.js
192-
uses: actions/setup-node@v4
192+
uses: actions/setup-node@v6
193193
with:
194194
cache: npm
195195
node-version: lts/*

.github/workflows/pr-external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
# Use ...head.ref for the full branch
2323
- name: Checkout PR head SHA
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 1
2727
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/pr-internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
sudo apt-get install -y libsaxonhe-java
2121
2222
- name: Checkout PR branch
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 1
2626
ref: ${{ github.event.pull_request.head.sha }}

.last-modified/package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.last-modified/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<last-modified xml:id="package.json" seconds_since_epoch="1768475566">2026-01-15T11:12:46Z</last-modified>

0 commit comments

Comments
 (0)