Skip to content

Commit 314e05d

Browse files
Update actions/checkout action to v3.6.0 (#855)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 31bb6a8 commit 314e05d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id-token: write # IMPORTANT: mandatory for trusted publishing.
3131

3232
steps:
33-
- uses: actions/checkout@v3.5.3
33+
- uses: actions/checkout@v3.6.0
3434
- name: Set up Python
3535
uses: actions/setup-python@v4.7.0
3636
with:

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- platform: windows-latest
3535
python-version: 3.13
3636
steps:
37-
- uses: actions/checkout@v3.5.3
37+
- uses: actions/checkout@v3.6.0
3838
- name: Set up Python ${{ matrix.python-version }}
3939
uses: actions/setup-python@v4.7.0
4040
with:

0 commit comments

Comments
 (0)