Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.0 to 4.1.1 (#1480)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent 98f8e9c commit 97d9cf9
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand All @@ -57,7 +57,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand All @@ -82,7 +82,7 @@ jobs:
fail-fast: false
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
suite: profiler
fail-fast: false
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
shellcheck:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install shell check
run: wget -qO- "https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.linux.x86_64.tar.xz" | tar -xJv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
validation:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: gradle/[email protected]
12 changes: 6 additions & 6 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand All @@ -32,7 +32,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand All @@ -57,7 +57,7 @@ jobs:
fail-fast: false
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
suite: profiler
fail-fast: false
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
# You can get conclusion by env (env.WORKFLOW_CONCLUSION)
- uses: technote-space/[email protected]

- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Create issue
if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure
Expand All @@ -159,7 +159,7 @@ jobs:
shellcheck:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install shell check
run: wget -qO- "https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.linux.x86_64.tar.xz" | tar -xJv
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand All @@ -54,7 +54,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand All @@ -79,7 +79,7 @@ jobs:
fail-fast: false
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
suite: profiler
fail-fast: false
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
shellcheck:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install shell check
run: wget -qO- "https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.linux.x86_64.tar.xz" | tar -xJv
Expand All @@ -163,7 +163,7 @@ jobs:
license-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
packages: write
contents: read
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-profiling-petclinic-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: read
steps:
- name: check out the repo
uses: actions/[email protected].0
uses: actions/[email protected].1
- uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/[email protected]
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Support longpaths
run: git config --system core.longpaths true
- name: check out the repo
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Login to GitHub Container Registry
uses: azure/docker-login@v1
with:
Expand Down

0 comments on commit 97d9cf9

Please sign in to comment.