Skip to content

Commit 7114254

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 76d3699 commit 7114254

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- 2021.3.16f1
1212
- 2020.3.43f1
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with:
1616
ref: ${{ inputs.ref }}
1717

@@ -52,7 +52,7 @@ jobs:
5252
- { version: "2021.3.16f1", changeset: "4016570cf34f" }
5353
- { version: "2020.3.43f1", changeset: "75bff06b76bf" }
5454
steps:
55-
- uses: actions/checkout@v5
55+
- uses: actions/checkout@v6
5656
with:
5757
ref: ${{ inputs.ref }}
5858

@@ -90,7 +90,7 @@ jobs:
9090
- { version: "2021.3.16f1", changeset: "4016570cf34f" }
9191
- { version: "2020.3.43f1", changeset: "75bff06b76bf" }
9292
steps:
93-
- uses: actions/checkout@v5
93+
- uses: actions/checkout@v6
9494
with:
9595
ref: ${{ inputs.ref }}
9696

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919

2020
- name: Install node package, `unity-verify-code`
2121
run: npm install --global unity-verify-code

0 commit comments

Comments
 (0)