Skip to content

Commit

Permalink
feat: update to latest github actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
wintermi committed May 13, 2023
1 parent c74c3cc commit 83ff301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/setup-python@v4.5.0
- uses: actions/[email protected].2
- uses: actions/setup-python@v4.6.0
with:
python-version: "3.10.11"
- uses: pre-commit/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- ubuntu-latest
- macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.5.2
- name: Install ZSH
if: ${{ runner.os == 'Linux' }}
run: |
Expand Down

0 comments on commit 83ff301

Please sign in to comment.