Skip to content

Commit 25298b6

Browse files
Bump actions/checkout from 6.0.1 to 6.0.2 (#251)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c743c2 commit 25298b6

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: Prepare Python ${{ matrix.python-version }} dependencies
3131
steps:
3232
- name: Check out code from GitHub
33-
uses: actions/checkout@v6.0.1
33+
uses: actions/checkout@v6.0.2
3434
- name: Set up Python
3535
id: python
3636
uses: actions/setup-python@v6.2.0
@@ -77,7 +77,7 @@ jobs:
7777
python-version: ["3.12", "3.13"]
7878
steps:
7979
- name: Check out code from GitHub
80-
uses: actions/checkout@v6.0.1
80+
uses: actions/checkout@v6.0.2
8181
- name: Set up Python ${{ matrix.python-version }}
8282
uses: actions/setup-python@v6.2.0
8383
id: python
@@ -126,7 +126,7 @@ jobs:
126126
python-version: ["3.12", "3.13"]
127127
steps:
128128
- name: Check out code from GitHub
129-
uses: actions/checkout@v6.0.1
129+
uses: actions/checkout@v6.0.2
130130
- name: Set up Python ${{ matrix.python-version }}
131131
uses: actions/setup-python@v6.2.0
132132
id: python
@@ -175,7 +175,7 @@ jobs:
175175
python-version: ["3.12", "3.13"]
176176
steps:
177177
- name: Check out code from GitHub
178-
uses: actions/checkout@v6.0.1
178+
uses: actions/checkout@v6.0.2
179179
- name: Set up Python ${{ matrix.python-version }}
180180
uses: actions/setup-python@v6.2.0
181181
id: python
@@ -267,7 +267,7 @@ jobs:
267267
name: Run tests Python ${{ matrix.python-version }}
268268
steps:
269269
- name: Check out code from GitHub
270-
uses: actions/checkout@v6.0.1
270+
uses: actions/checkout@v6.0.2
271271
- name: Set up Python ${{ matrix.python-version }}
272272
uses: actions/setup-python@v6.2.0
273273
id: python
@@ -319,7 +319,7 @@ jobs:
319319
needs: ["pytest", "prepare"]
320320
steps:
321321
- name: Check out code from GitHub
322-
uses: actions/checkout@v6.0.1
322+
uses: actions/checkout@v6.0.2
323323
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
324324
uses: actions/setup-python@v6.2.0
325325
id: python

.github/workflows/labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: ⤵️ Check out code from GitHub
19-
uses: actions/checkout@v6.0.1
19+
uses: actions/checkout@v6.0.2
2020
- name: 🚀 Run Label Syncer
2121
uses: micnncim/action-label-syncer@v1.3.0
2222
env:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Builds and publishes releases to PyPI
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6.0.1
21+
- uses: actions/checkout@v6.0.2
2222
- name: Store version from inputs
2323
if: github.event_name == 'workflow_dispatch'
2424
run: echo "tag=${{ inputs.version }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)