Skip to content

Commit

Permalink
Upgrade gh composite actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuthan committed Jan 3, 2025
1 parent 04e5a7e commit 8f5c88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-flex-template/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
runs:
using: composite
steps:
- uses: "google-github-actions/setup-gcloud@v1"
- uses: "google-github-actions/setup-gcloud@v2"
- name: Flex template build
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Setup java
runs:
using: composite
steps:
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
Expand Down

0 comments on commit 8f5c88c

Please sign in to comment.