Skip to content

Commit 4eb94fe

Browse files
dependabot[bot]Hans5958
authored andcommitted
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fab169e commit 4eb94fe

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/danger-generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout ScratchAddons/website-v2
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
path: repo
2727
- name: Checkout ScratchAddons/website-v2-script
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
repository: ScratchAddons/website-v2-script
3131
path: script

.github/workflows/danger-send.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1414
steps:
1515
- name: Checkout ScratchAddons/website-v2
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Set up Node.js
1919
uses: actions/setup-node@v4

.github/workflows/deploy-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,23 @@ jobs:
4040
runs-on: ubuntu-22.04
4141
steps:
4242
- name: Checkout ScratchAddons/website-v2 (deployment)
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
if: github.event_name != 'pull_request'
4545
with:
4646
path: repo
4747
fetch-depth: 0
4848
- name: Checkout ScratchAddons/website-v2 (testing)
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050
if: github.event_name == 'pull_request'
5151
with:
5252
path: repo
5353
- name: Checkout ScratchAddons/website-v2-script
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v5
5555
with:
5656
repository: ScratchAddons/website-v2-script
5757
path: script
5858
- name: Checkout ScratchAddons/website-i18n
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v5
6060
with:
6161
repository: ScratchAddons/website-i18n
6262
path: i18n

.github/workflows/update-addons-data.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout ScratchAddons/website-v2
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
path: repo
2020
- name: Checkout ScratchAddons/website-v2-script
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
repository: ScratchAddons/website-v2-script
2424
path: script
2525
- name: Checkout ScratchAddons/ScratchAddons
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
repository: ScratchAddons/ScratchAddons
2929
path: sa

0 commit comments

Comments
 (0)