diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index df574b1..9854115 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -19,10 +19,10 @@ jobs: uses: actions/checkout@v3 # Set up git hashes environment variables - name: Git Hashes - uses: Im-Fran/git-hashes-action@v1.0.2 + uses: Im-Fran/git-hashes-action@v1.0.3 # Set up version from tag environment variables - name: Version from Tag Action - uses: Im-Fran/version-from-tag-action@v1.0.2 + uses: Im-Fran/version-from-tag-action@v1.0.3 with: remove-first-character: 'v' # Set up the JDK @@ -50,4 +50,4 @@ jobs: with: branch: gh-pages folder: build/dokka - clean: true \ No newline at end of file + clean: true