Skip to content

Commit

Permalink
Update GitHub workflows to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
flawmop committed Aug 18, 2024
1 parent 1edeb80 commit cd9ba0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Deliver application to production
uses: peter-evans/repository-dispatch@v2.1.2
uses: peter-evans/repository-dispatch@v3.0.0
with:
token: ${{ secrets.DISPATCH_TOKEN }}
repository: ${{ env.OWNER }}/${{ env.DEPLOY_REPO }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/commit-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
security-events: write
steps:
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4.1.7
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4.2.2
with:
distribution: temurin
java-version: 21
Expand Down Expand Up @@ -56,9 +56,9 @@ jobs:
security-events: write
steps:
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@4.1.7
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4.2.2
with:
distribution: temurin
java-version: 21
Expand All @@ -76,7 +76,7 @@ jobs:
fail-build: false
severity-cutoff: high
- name: Log into container registry
uses: docker/login-action@v2
uses: docker/login-action@v3.3.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Deliver dev candidate
uses: peter-evans/repository-dispatch@v2.1.2
uses: peter-evans/repository-dispatch@v3.0.0
with:
token: ${{ secrets.DISPATCH_TOKEN }}
repository: ${{ env.OWNER }}/${{ env.DEPLOY_REPO }}
Expand Down

0 comments on commit cd9ba0d

Please sign in to comment.