Skip to content

Commit 2a30dbc

Browse files
chore(deps): bump the ci-actions group across 1 directory with 3 updates
Bumps the ci-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [JulienKode/pull-request-name-linter-action](https://github.com/julienkode/pull-request-name-linter-action). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) Updates `JulienKode/pull-request-name-linter-action` from 20.1.0 to 20.5.0 - [Release notes](https://github.com/julienkode/pull-request-name-linter-action/releases) - [Commits](JulienKode/pull-request-name-linter-action@v20.1.0...v20.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-actions - dependency-name: JulienKode/pull-request-name-linter-action dependency-version: 20.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2173385 commit 2a30dbc

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
echo "$UNITY_LICENSE" | tr -d '\r' > UnityLicenseFile.ulf
3636
unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit
3737
38-
- uses: actions/checkout@v6
38+
- uses: actions/checkout@v7
3939

4040
- name: Cache Library
4141
id: cache-library
42-
uses: actions/cache@v5
42+
uses: actions/cache@v6
4343
with:
4444
path: Library
4545
key: Library-2022.3.62
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
container: node:18
7373
steps:
74-
- uses: actions/checkout@v6
74+
- uses: actions/checkout@v7
7575

7676
- name: Download artifact
7777
uses: actions/download-artifact@v8

.github/workflows/force-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717

1818
- uses: actions/setup-node@v6
1919
with:

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272
unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit
7373
7474
- name: Checkout repository
75-
uses: actions/checkout@v6
75+
uses: actions/checkout@v7
7676

7777
- name: Cache Library
7878
id: cache-library
79-
uses: actions/cache/restore@v5
79+
uses: actions/cache/restore@v6
8080
with:
8181
path: Library
8282
key: Library-2022.3.62
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: ubuntu-latest
9797
steps:
9898
- name: Checkout repository
99-
uses: actions/checkout@v6
99+
uses: actions/checkout@v7
100100

101101
- uses: actions/setup-node@v6
102102
with:

.github/workflows/pr-name.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
PR_lint:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@v7
1111
- name: Install Dependencies
1212
run: npm install @commitlint/config-conventional
1313

14-
- uses: JulienKode/pull-request-name-linter-action@v20.1.0
14+
- uses: JulienKode/pull-request-name-linter-action@v20.5.0

.github/workflows/run-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit
3535
3636
- name: Checkout repository
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838

3939
- name: Cache Library
4040
id: cache-library
41-
uses: actions/cache@v5
41+
uses: actions/cache@v6
4242
with:
4343
path: Library
4444
key: ${{ inputs.cache_key }}

0 commit comments

Comments
 (0)