Skip to content

Commit

Permalink
.github/workflows/*.yml: upgrade to actions/checkout@v3
Browse files Browse the repository at this point in the history
(Closes: #34)
  • Loading branch information
tripleee committed Nov 15, 2022
1 parent a0e1e58 commit 07d5f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
nightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: run.py
env:
SLOSHY_EMAIL: ${{secrets.SLOSHY_EMAIL}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pushed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 07d5f0c

Please sign in to comment.