Skip to content

Commit bfd77ed

Browse files
chore(deps): update actions/checkout action to v5.0.1
1 parent 3464f80 commit bfd77ed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ ubuntu-latest, macos-latest, windows-latest ]
1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- uses: actions/[email protected].0
18+
- uses: actions/[email protected].1
1919
- name: Set up Python
2020
uses: actions/[email protected]
2121
with:
@@ -74,7 +74,7 @@ jobs:
7474
os: [ ubuntu-latest, macos-latest, windows-latest ]
7575
runs-on: ${{ matrix.os }}
7676
steps:
77-
- uses: actions/[email protected].0
77+
- uses: actions/[email protected].1
7878
- name: Set up Python
7979
uses: actions/[email protected]
8080
with:
@@ -109,7 +109,7 @@ jobs:
109109
needs: test
110110
runs-on: ubuntu-latest
111111
steps:
112-
- uses: actions/[email protected].0
112+
- uses: actions/[email protected].1
113113
- uses: actions/setup-python@v6
114114
with:
115115
python-version: "3.12"
@@ -159,7 +159,7 @@ jobs:
159159
ports:
160160
- "3000:3000"
161161
steps:
162-
- uses: actions/[email protected].0
162+
- uses: actions/[email protected].1
163163
- name: Set up Python
164164
uses: actions/[email protected]
165165
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
id-token: write
1414
steps:
15-
- uses: actions/[email protected].0
15+
- uses: actions/[email protected].1
1616
- name: Install Hatchling
1717
run: pip install --upgrade hatchling
1818
- name: Build

0 commit comments

Comments
 (0)