Skip to content

Commit e977d9f

Browse files
Bump actions/checkout from 4.1.0 to 4.1.1 (#117)
1 parent e53e8b5 commit e977d9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- "3.11"
2020
- "3.12"
2121
steps:
22-
- uses: actions/checkout@v4.1.0
22+
- uses: actions/checkout@v4.1.1
2323
- name: Set up Python
2424
uses: actions/setup-python@v4.7.1
2525
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4.1.0
13+
uses: actions/checkout@v4.1.1
1414
- name: Create Release
1515
uses: actions/create-release@v1.1.4
1616
env:

0 commit comments

Comments
 (0)