Skip to content

Commit 715462d

Browse files
Bump actions/checkout from 6.0.1 to 6.0.2 (#737)
1 parent 1bc94c9 commit 715462d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- &checkout
2626
name: Check out code from GitHub
27-
uses: actions/checkout@v6.0.1
27+
uses: actions/checkout@v6.0.2
2828
- &setup-python-default
2929
name: Set up Python ${{ env.DEFAULT_PYTHON }}
3030
id: python

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: write # Required to upload release assets
2121
steps:
2222
- name: Check out code from Github
23-
uses: actions/checkout@v6.0.1
23+
uses: actions/checkout@v6.0.2
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
2626
uses: actions/setup-python@v6.2.0

0 commit comments

Comments
 (0)