Skip to content

Commit a7f0ebb

Browse files
authored
Merge pull request #1178 from square/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 587b54c + c6f6dfb commit a7f0ebb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/actions/gradle-task-with-commit/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
4646
# ensure that we have the actual branch checked out. By default, actions/checkout is headless.
4747
- name: check out with PAT
48-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
48+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
4949
if: steps.can-push.outputs.can_push == 'true'
5050
with:
5151
token: ${{ inputs.personal-access-token }}

.github/workflows/publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 35
1414

1515
steps:
16-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
16+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1717

1818
- name: Check for -SNAPSHOT version
1919
uses: ./.github/actions/gradle-task

.github/workflows/validate-codeowners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Validate Codeowners
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
15+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1616
# https://github.com/marketplace/actions/github-codeowners-validator
1717
- uses: mszostok/codeowners-validator@7f3f5e28c6d7b8dfae5731e54ce2272ca384592f # v0.7.4
1818
with:

.github/workflows/validate-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Lint Markdown files
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
17+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1818
- name: Set up Ruby 2.6
1919
uses: ruby/setup-ruby@v1
2020
with:

0 commit comments

Comments
 (0)