Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
/ simplelist Public archive

Commit 7f4dbb6

Browse files
Update actions/checkout action to v6
1 parent 21e3ce0 commit 7f4dbb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

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@v5 # v5
13+
uses: actions/checkout@v6
1414

1515
- name: Setup Python
1616
uses: actions/setup-python@v6

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
python-version: ["3.9", "3.11"]
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v6
1818
with:
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
python-version: ["3.9", "3.11"]
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
- name: Set up Python ${{ matrix.python-version }}
3434
uses: actions/setup-python@v6
3535
with:

0 commit comments

Comments
 (0)