Skip to content

Commit 874d2de

Browse files
build(deps): update actions/checkout action to v6
1 parent 6ec492a commit 874d2de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
lint:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919

2020
- name: Install PDM with Python 3.12
2121
uses: pdm-project/setup-pdm@v4
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ${{ matrix.os }}
5353

5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v6
5656
with:
5757
fetch-depth: 0
5858
fetch-tags: true
@@ -107,7 +107,7 @@ jobs:
107107
if: ${{ github.ref_type == 'tag' }}
108108

109109
steps:
110-
- uses: actions/checkout@v4
110+
- uses: actions/checkout@v6
111111
with:
112112
fetch-depth: 0
113113

.github/workflows/codeql-analysis.yml

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

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v6
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL

0 commit comments

Comments
 (0)