Skip to content

Commit

Permalink
⬆️ Update all dependencies (#498)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
ggrossetie and renovate-bot authored Jul 15, 2023
1 parent d192d0b commit 6e320b1
Show file tree
Hide file tree
Showing 4 changed files with 2,111 additions and 469 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
prerelease: false
# upload binaries
- name: Upload Linux binary
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -109,7 +109,7 @@ jobs:
asset_name: asciidoctor-revealjs-linux
asset_content_type: application/octet-stream
- name: Upload macOS binary
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -118,7 +118,7 @@ jobs:
asset_name: asciidoctor-revealjs-macos
asset_content_type: application/octet-stream
- name: Upload Windows binary
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
Loading

0 comments on commit 6e320b1

Please sign in to comment.