Skip to content

Commit

Permalink
Merge pull request #52 from madhead/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
madhead committed Jul 15, 2024
2 parents ee02551 + 2946643 commit e828674
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: gradle/wrapper-validation-action@v1
- uses: gradle/actions/wrapper-validation@v3

# Default Java from the container is used.
- uses: gradle/gradle-build-action@v2
id: java-version
with:
arguments: javaVersion
- uses: gradle/actions/setup-gradle@v3

- id: java-version
run: ./gradlew javaVersion

- uses: madhead/read-java-properties@latest
id: project-version
Expand All @@ -31,7 +31,7 @@ jobs:
with:
version: ${{ steps.project-version.outputs.value }}

- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: krzema12/github-actions-typing@v1
- uses: typesafegithub/github-actions-typing@v1
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.1.0
version=2.1.1

0 comments on commit e828674

Please sign in to comment.