Skip to content

Commit

Permalink
update actions; and cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Sep 4, 2024
1 parent 524856e commit 203322f
Show file tree
Hide file tree
Showing 4 changed files with 266 additions and 363 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -19,7 +19,7 @@ jobs:
name: Test Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -31,7 +31,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -44,7 +44,7 @@ jobs:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set release tag
run: |
echo "RELEASE_TAG=${GITHUB_REF#*refs/tags/v}" >> $GITHUB_ENV
- name: Get linux release
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: blaise-${{ env.LINUX_TARGET }}.zip

- name: Get macos release
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: blaise-X86_64-macos.zip

Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-09

- update actions; and `cargo update`

2023-10

- `cargo update`
Expand Down
Loading

0 comments on commit 203322f

Please sign in to comment.