Skip to content

Commit bb36557

Browse files
chore: Bump actions/checkout from 3.0.2 to 3.1.0 (#139)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@2541b12...93ea575) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fb7c1f commit bb36557

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
23+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2424
- name: Set up JDK 8
2525
uses: actions/setup-java@e150063ee446b60ce2e35b040e81846da9001576
2626
with:

.github/workflows/pullrequest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Check out the code
19-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
19+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
2020

2121
- name: Set up JDK 8
2222
uses: actions/setup-java@e150063ee446b60ce2e35b040e81846da9001576

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# These steps are only run if this was a merged release-please PR
3030
- name: checkout
3131
if: ${{ steps.release.outputs.releases_created }}
32-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
32+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
3333
- name: Set up JDK 8
3434
if: ${{ steps.release.outputs.releases_created }}
3535
uses: actions/setup-java@e150063ee446b60ce2e35b040e81846da9001576

.github/workflows/static-code-scanning.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
32+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL

0 commit comments

Comments
 (0)