Skip to content

Commit be806fd

Browse files
author
Francisco Solis
authored
Merge pull request #26 from TheProgramSrc/patch/git-hashes-action
2 parents fe8a84a + 4471cf0 commit be806fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
uses: actions/checkout@v3
2020
# Set up git hashes environment variables
2121
- name: Git Hashes
22-
uses: Im-Fran/[email protected].2
22+
uses: Im-Fran/[email protected].3
2323
# Set up version from tag environment variables
2424
- name: Version from Tag Action
25-
uses: Im-Fran/[email protected].2
25+
uses: Im-Fran/[email protected].3
2626
with:
2727
remove-first-character: 'v'
2828
# Set up the JDK
@@ -50,4 +50,4 @@ jobs:
5050
with:
5151
branch: gh-pages
5252
folder: build/dokka
53-
clean: true
53+
clean: true

0 commit comments

Comments
 (0)