Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
Bumps actions for latest Node runtime and uses best practice of pinning third-party actions to a commit hash.
  • Loading branch information
scotttrinh authored Apr 12, 2024
1 parent 6b242e7 commit 2405374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- uses: actions/setup-python@v4
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: pip install semver jinja2
- name: Run autoupdate.py
run: ./autoupdate.py
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d
with:
commit_message: "Auto-update package versions"

0 comments on commit 2405374

Please sign in to comment.