Skip to content

Commit 9e49e56

Browse files
Bump actions/checkout from 3.4.0 to 3.5.0 (#238)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@24cb908...8f4b7f8) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce7adfa commit 9e49e56

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
32+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
3333
with:
3434
fetch-depth: 0
3535
# Avoid persisting GITHUB_TOKEN credentials as they take priority over our service account PAT for `git push` operations
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Checkout
61-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
61+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
6262
with:
6363
fetch-depth: 0
6464
# Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
@@ -83,7 +83,7 @@ jobs:
8383
contents: write # Needed for goreleaser to create GitHub release
8484
issues: write # Needed for goreleaser to close associated milestone
8585
steps:
86-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
86+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
8787
with:
8888
ref: ${{ inputs.versionNumber }}
8989
fetch-depth: 0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
git config --global core.eol lf
2222
2323
- name: Check out code
24-
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
24+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
2525
- name: Setup Go
2626
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
2727
with:

0 commit comments

Comments
 (0)