Skip to content

Commit

Permalink
bump versions in workflow file to avoid deprecated APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
Connoropolous authored Jan 10, 2023
1 parent 464a102 commit 51d3a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: taiki-e/create-gh-release-action@v1
with:
# per https://github.com/taiki-e/create-gh-release-action/blob/f8e035329c036c64d0ac5edc2852fffa67d7d6f4/action.yml#L19
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Fetch source code
uses: actions/checkout@v2
uses: actions/checkout@v3
# this should be with Cargo.lock files
# technically, but this repo doesn't have them checked in to git
- uses: actions/cache@v2
Expand Down

0 comments on commit 51d3a5c

Please sign in to comment.