Skip to content

Commit

Permalink
Update action dependencies to avoid core deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
wumphlett committed Dec 13, 2022
1 parent 8f9e9c8 commit d63eb67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/TEMPLATE_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Repository Traffic
uses: wumphlett/repostats@v2.0.2
uses: wumphlett/repostats@v2.1.0
env:
TRAFFIC_ACTION_TOKEN: ${{{{ secrets.TRAFFIC_ACTION_TOKEN }}}}
```
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ inputs:
runs:
using: composite
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.2.0

- uses: actions/setup-python@v4.2.0
- uses: actions/setup-python@v4.3.0
with:
python-version: "3.10"

Expand Down

0 comments on commit d63eb67

Please sign in to comment.