mirror of
https://github.com/ivuorinen/github-stats.git
synced 2026-01-26 03:24:09 +00:00
Update actions/checkout action to v3
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
# Check out repository under $GITHUB_WORKSPACE, so the job can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
# Run using Python 3.8 for consistency and aiohttp
|
||||
- name: Set up Python 3.8
|
||||
|
||||
Reference in New Issue
Block a user