Skip to content

Commit a848565

Browse files
Bump the gha-major group across 1 directory with 2 updates
Bumps the gha-major group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6.0.3 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@df4cb1c...9c091bb) Updates `actions/cache` from 5.1.0 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@caa2961...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-major - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2b911d commit a848565

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
46+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4747

4848
- name: Initialize CodeQL
4949
uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4

.github/workflows/new-manifest-detected.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 15
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
21+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2222

2323
- name: Setup
2424
uses: ./.github/actions/setup-pnpm

.github/workflows/pr-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 15
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
23+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424

2525
- name: Setup
2626
uses: ./.github/actions/setup-pnpm
@@ -34,7 +34,7 @@ jobs:
3434
run: pnpm exec oxlint src --type-aware --format=github
3535

3636
- name: Cache TypeScript build
37-
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
37+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3838
with:
3939
path: |
4040
built

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
timeout-minutes: 10
1919
steps:
2020
- name: Checkout - D2AI
21-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
21+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2222
with:
2323
path: 'd2ai'
2424
fetch-depth: 0
2525
persist-credentials: false
2626

2727
- name: Checkout - DIM
28-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
28+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2929
with:
3030
repository: DestinyItemManager/DIM
3131
path: 'DIM'
@@ -59,14 +59,14 @@ jobs:
5959
timeout-minutes: 10
6060
steps:
6161
- name: Checkout - D2AI
62-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
62+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6363
with:
6464
path: 'd2ai'
6565
fetch-depth: 0
6666
persist-credentials: false
6767

6868
- name: Checkout - D2AI-module
69-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
69+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7070
with:
7171
repository: DestinyItemManager/d2ai-module
7272
path: 'd2ai-module'

.github/workflows/workflow-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 5
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
20+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2121

2222
- name: Run actionlint
2323
uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d # v1

0 commit comments

Comments
 (0)