Skip to content

Commit 075c6b9

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1 (#722)
1 parent 4289053 commit 075c6b9

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/[email protected].0
27+
uses: actions/[email protected].1
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/[email protected].0
23+
uses: actions/[email protected].1
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
2626
uses: actions/[email protected]

0 commit comments

Comments
 (0)