Skip to content

Commit 94937c0

Browse files
committed
Revert "Switch to workflows without fixed version"
This reverts commit 1104626.
1 parent 1104626 commit 94937c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout
12+
- uses: actions/checkout@v3
1313

1414
- name: Setup Python
15-
uses: actions/setup-python
15+
uses: actions/setup-python@v4
1616
with:
1717
python-version: '3.10'
1818

0 commit comments

Comments
 (0)