Skip to content

Commit b21d040

Browse files
chore(renovate): major Update major to v4 (major) (#128)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v3` -> `v4` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://togithub.com/actions/checkout/compare/v3...v4) - [Support fetching without the --progress option](https://togithub.com/actions/checkout/pull/1067) - [Update to node20](https://togithub.com/actions/checkout/pull/1436) </details> <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v4`](https://togithub.com/actions/setup-node/compare/v3...v4) [Compare Source](https://togithub.com/actions/setup-node/compare/v3...v4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sammcj/github-app-installation-token). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OS4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b09fbfb commit b21d040

7 files changed

+13
-13
lines changed

.github/workflows/bump-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
18-
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
17+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
18+
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
1919
with:
2020
node-version-file: '.nvmrc'
2121
cache: "npm"

.github/workflows/lint-codeowners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-22.04
2929
timeout-minutes: 10
3030
steps:
31-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
31+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3232
- uses: mszostok/codeowners-validator@7f3f5e28c6d7b8dfae5731e54ce2272ca384592f # tag=v0.7.4
3333
with:
3434
checks: "files,duppatterns,syntax"

.github/workflows/test_failure_organisation_not_installed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
action_step_conclusion: ${{ steps.use_action.conclusion }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
22+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2323
- name: Use action
2424
id: use_action
2525
uses: ./

.github/workflows/test_failure_repository_not_installed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
action_step_conclusion: ${{ steps.use_action.conclusion }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
22+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2323
- name: Use action
2424
id: use_action
2525
uses: ./

.github/workflows/test_organisation_installed.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
steps:
2525
- name: Checkout specified branch
2626
if: github.event_name == 'workflow_dispatch'
27-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
27+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2828
with:
2929
ref: ${{ github.event.inputs.branch }}
3030

3131
- name: Checkout
3232
if: github.event_name != 'workflow_dispatch'
33-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
33+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3434

3535
- name: Use action
3636
id: use_action
@@ -49,7 +49,7 @@ jobs:
4949
console.log(JSON.stringify(repo, null, 2));
5050
5151
- name: Use token to checkout repository
52-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
52+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
5353
with:
5454
token: ${{ steps.use_action.outputs.token }}
5555
repository: CattleDip/demo-gha-install-token

.github/workflows/test_repository_installed.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
steps:
2525
- name: Checkout specified branch
2626
if: github.event_name == 'workflow_dispatch'
27-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
27+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2828
with:
2929
ref: ${{ github.event.inputs.branch }}
3030

3131
- name: Checkout
3232
if: github.event_name != 'workflow_dispatch'
33-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
33+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3434

3535
- name: Use action
3636
id: use_action
@@ -48,7 +48,7 @@ jobs:
4848
console.log(JSON.stringify(repo, null, 2));
4949
5050
- name: Use token to checkout repository
51-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
51+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
5252
with:
5353
token: ${{ steps.use_action.outputs.token }}
5454
repository: sammcj/demo-gha-install-token

.github/workflows/test_repository_installed_limited.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
22+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2323

2424
- name: Use action
2525
id: use_action
@@ -38,7 +38,7 @@ jobs:
3838
console.log(JSON.stringify(repo, null, 2));
3939
4040
- name: Use token to checkout repository
41-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
41+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
4242
with:
4343
token: ${{ steps.use_action.outputs.token }}
4444
repository: sammcj/demo-gha-install-token

0 commit comments

Comments
 (0)