Skip to content

Commit 6e320b1

Browse files
⬆️ Update all dependencies (#498)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d192d0b commit 6e320b1

File tree

4 files changed

+2111
-469
lines changed

4 files changed

+2111
-469
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
prerelease: false
101101
# upload binaries
102102
- name: Upload Linux binary
103-
uses: actions/[email protected].1
103+
uses: actions/[email protected].2
104104
env:
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106106
with:
@@ -109,7 +109,7 @@ jobs:
109109
asset_name: asciidoctor-revealjs-linux
110110
asset_content_type: application/octet-stream
111111
- name: Upload macOS binary
112-
uses: actions/[email protected].1
112+
uses: actions/[email protected].2
113113
env:
114114
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115115
with:
@@ -118,7 +118,7 @@ jobs:
118118
asset_name: asciidoctor-revealjs-macos
119119
asset_content_type: application/octet-stream
120120
- name: Upload Windows binary
121-
uses: actions/[email protected].1
121+
uses: actions/[email protected].2
122122
env:
123123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
124124
with:

0 commit comments

Comments
 (0)