Skip to content

Commit 8df5cd7

Browse files
committed
some upgrades
1 parent 35c534f commit 8df5cd7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
environment: ${{ (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/javacan-') ) && 'sonatype-central' || null }}
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
submodules: recursive
1818
- name: Set up JDK

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
axion = "1.19.0"
2+
axion = "1.20.1"
33
dockcross = "0.4.2"
44
mavenCentralPublish = "0.8.0"
55
jdtAnnotations = "2.3.100"

0 commit comments

Comments
 (0)