Skip to content

Commit

Permalink
use latest actions/checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Shubh <shubhisroking@proton.me>
  • Loading branch information
shubhisroking committed Sep 7, 2023
1 parent e550846 commit b9ae5b5
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install cross
run: cargo install cross
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
id: create_release
uses: ncipollo/release-action@v1.13.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
Expand Down

0 comments on commit b9ae5b5

Please sign in to comment.