Skip to content

Commit 8f5159f

Browse files
prepares next version, raises git/checkout action to v3 (#365)
1 parent 49a868b commit 8f5159f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
publish:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
with:
1212
fetch-depth: 0
1313
- name: Set up Java for publishing to Maven Central Repository

pom.xml

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

66
<groupId>com.ezylang</groupId>
77
<artifactId>EvalEx</artifactId>
8-
<version>3.0.3</version>
8+
<version>3.0.4-SNAPSHOT</version>
99

1010
<name>EvalEx</name>
1111

0 commit comments

Comments
 (0)