Skip to content

Commit 98169b4

Browse files
author
Matthias Koeppe
committed
.github/workflows/main.yml: Update actions
1 parent c317945 commit 98169b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
architecture: x86
2727
steps:
2828
- name: Set up the repository
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v4
3030
with:
3131
submodules: recursive
3232
fetch-depth: 0
3333
- name: Set up Python ${{ matrix.python-version }}
34-
uses: actions/setup-python@v2
34+
uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
architecture: ${{ matrix.architecture }}

0 commit comments

Comments
 (0)