Skip to content

Commit

Permalink
fix: deprecated warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Jan 28, 2024
1 parent eb64d60 commit 3e9fde3
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 @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Nim
uses: jiro4989/setup-nim-action@v1
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
name: release-binaries
path: |
release-binaries/*.zip
./*.pdf
./*.pdf

0 comments on commit 3e9fde3

Please sign in to comment.