Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/docker/build-pus…
Browse files Browse the repository at this point in the history
…h-action-5
  • Loading branch information
mergify[bot] authored Oct 2, 2023
2 parents 34a913b + 8a53bbf commit 81478a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: startsWith(github.repository, 'spinnaker/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up QEMU
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
['Management', 'Swagger']
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Gradle validation step
uses: gradle/wrapper-validation-action@v1
Expand All @@ -44,7 +44,7 @@ jobs:
test: ['canaryAnalysisIsSuccessful', 'canaryAnalysisIsFailed']
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Gradle validation step
uses: gradle/wrapper-validation-action@v1
Expand All @@ -63,7 +63,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up QEMU
Expand Down

0 comments on commit 81478a0

Please sign in to comment.