Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.0 to 4.1.1
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)
- [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]>
  • Loading branch information
dependabot[bot] committed Oct 23, 2023
1 parent 60b1f59 commit 63ab2b1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_meta-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up JDK
uses: actions/[email protected]
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- build-java
steps:
- name: Checkout Repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Download Artifacts
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout Repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # tag=v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
- name: Setup buf
uses: bufbuild/buf-setup-action@93435dfe1238e4a6ee49f795b394aeb1e5afc1f8 # tag=v1.27.0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
exit 1
fi
- name: Checkout Repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Parse Version from POM
id: parse
Expand All @@ -47,7 +47,7 @@ jobs:
- call-build
steps:
- name: Checkout Repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Download Artifacts
uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
release-branch: ${{ steps.variables.outputs.release-branch }}
steps:
- name: Checkout Repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Setup Environment
id: variables
Expand All @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up JDK
uses: actions/[email protected]
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
ref: ${{ needs.prepare-release.outputs.release-branch }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up JDK
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Dependency Review
uses: actions/dependency-review-action@v3

0 comments on commit 63ab2b1

Please sign in to comment.