Skip to content

Commit

Permalink
fix(ver): use actions version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed Mar 19, 2024
1 parent 07c833d commit 24bb523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh_actions.yml
Expand Up @@ -161,7 +161,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.9']
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Install Python 3
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 24bb523

Please sign in to comment.