Skip to content

Commit 66af216

Browse files
chore(github): bump actions/checkout from 4 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 455c5af commit 66af216

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
security-events: write
3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@v7
3333

3434
- name: Initialize CodeQL
3535
uses: github/codeql-action/init@v4

.github/workflows/rust_quality.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Checkout openjd-model-for-python
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v7
5555
with:
5656
ref: ${{ inputs.branch || inputs.tag || github.ref }}
5757

@@ -118,7 +118,7 @@ jobs:
118118
contents: read
119119
steps:
120120
- name: Checkout openjd-model-for-python
121-
uses: actions/checkout@v4
121+
uses: actions/checkout@v7
122122
with:
123123
ref: ${{ inputs.branch || inputs.tag || github.ref }}
124124

@@ -159,7 +159,7 @@ jobs:
159159
contents: read
160160
steps:
161161
- name: Checkout openjd-model-for-python
162-
uses: actions/checkout@v4
162+
uses: actions/checkout@v7
163163
with:
164164
ref: ${{ inputs.branch || inputs.tag || github.ref }}
165165

@@ -186,7 +186,7 @@ jobs:
186186
contents: read
187187
steps:
188188
- name: Checkout openjd-model-for-python
189-
uses: actions/checkout@v4
189+
uses: actions/checkout@v7
190190
with:
191191
ref: ${{ inputs.branch || inputs.tag || github.ref }}
192192

0 commit comments

Comments
 (0)