Skip to content

Commit 1a4548a

Browse files
Bump actions/checkout from 5 to 6 in the github-actions group (#292)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c93f3f commit 1a4548a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check_ts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: false
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
- name: Get diff lines
1313
id: diff
1414
uses: Equip-Collaboration/[email protected]

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
name: Python ${{ matrix.python-version}}
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424

2525
- name: Set up Python
2626
uses: actions/[email protected]
@@ -59,7 +59,7 @@ jobs:
5959

6060
name: Python ${{ matrix.python-version}} + typedoc ${{ matrix.typedoc-version }}
6161
steps:
62-
- uses: actions/checkout@v5
62+
- uses: actions/checkout@v6
6363

6464
- name: Set up Node
6565
uses: actions/setup-node@v6
@@ -97,7 +97,7 @@ jobs:
9797

9898
name: Test sphinx 6
9999
steps:
100-
- uses: actions/checkout@v5
100+
- uses: actions/checkout@v6
101101

102102
- name: Set up Python
103103
uses: actions/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
17+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
1818
with:
1919
# include tags so that hatch-vcs can infer the version
2020
fetch-depth: 0

0 commit comments

Comments
 (0)