Skip to content

Commit

Permalink
Update actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Feb 10, 2024
1 parent 9ca142a commit d2f648b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pkg-name: ${{ steps.get-package-info.outputs.pkg_name }}
bin-name: ${{ steps.get-package-info.outputs.bin_name }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get Package Name
id: get-package-info
run: |
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
if: needs.release.outputs.release-flag == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Release Crate
run: |
cargo login ${{ secrets.CRATES_TOKEN }}
Expand Down

0 comments on commit d2f648b

Please sign in to comment.