Skip to content

Commit

Permalink
Bump actions/checkout (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
paholg authored Mar 12, 2024
1 parent 0ec9cdb commit 4b1f722
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- ""
- "--no-default-features"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout
- uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -49,7 +49,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout
- uses: dtolnay/rust-toolchain@stable
name: Install Rust Toolchain
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: GitHub Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand All @@ -20,7 +20,7 @@ jobs:
name: Crates.io Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
name: Install Rust Toolchain
- uses: katyo/publish-crates@v1
Expand Down

0 comments on commit 4b1f722

Please sign in to comment.