Skip to content

Commit 5a3dd01

Browse files
authored
Merge pull request #151 from saalfeldlab/ci/bumpWorkflow
Ci/bump workflow
2 parents bfbc909 + db3a6dc commit 5a3dd01

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- name: Setup Python
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: '3.10'
2626
- name: Set up Java
27-
uses: actions/setup-java@v2
27+
uses: actions/setup-java@v4
2828
with:
2929
java-version: '8'
3030
distribution: 'zulu'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.janelia.saalfeldlab</groupId>
1313
<artifactId>n5</artifactId>
14-
<version>3.5.1-SNAPSHOT</version>
14+
<version>3.4.2-SNAPSHOT</version>
1515

1616
<name>N5</name>
1717
<description>Not HDF5</description>

0 commit comments

Comments
 (0)