Skip to content

Commit

Permalink
deps: Upgrade actions/checkout and softprops/action-gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Mar 13, 2024
1 parent 7238e4a commit 0404e4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
RUSTFLAGS: --deny warnings

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2

- name: Remove Broken WSL bash executable
if: ${{ matrix.os == 'windows-latest' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2

- name: Setup Rust toolchain and cache
uses: actions-rust-lang/setup-rust-toolchain@v1.8.0
Expand All @@ -86,7 +86,7 @@ jobs:

# REF: https://github.com/marketplace/actions/gh-release
- name: Publish Archive
uses: softprops/action-gh-release@v2.0.2
uses: softprops/action-gh-release@v2.0.4
if: ${{ startsWith(github.ref, 'refs/tags/') }}
with:
draft: false
Expand Down

0 comments on commit 0404e4e

Please sign in to comment.