Skip to content

Commit

Permalink
⬆️ Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 8, 2022
1 parent e6882c5 commit 4932ef9
Show file tree
Hide file tree
Showing 8 changed files with 608 additions and 1,851 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# create the GitHub release
- name: Create release
id: create_release
uses: actions/create-release@v1.0.0
uses: actions/create-release@v1.1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -72,7 +72,7 @@ jobs:
prerelease: false
# upload assets
- name: Upload source code as a zip file
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -81,7 +81,7 @@ jobs:
asset_name: asciidoctor.js.dist.zip
asset_content_type: application/zip
- name: Upload source code as a tar.gz file
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -90,7 +90,7 @@ jobs:
asset_name: asciidoctor.js.dist.tar.gz
asset_content_type: application/tar+gzip
- name: Upload Linux binary
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -99,7 +99,7 @@ jobs:
asset_name: asciidoctor-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 @@ -108,7 +108,7 @@ jobs:
asset_name: asciidoctor-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
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.0.0
uses: actions/checkout@v2.4.0
- name: Self-hosted Renovate
uses: renovatebot/[email protected].1
uses: renovatebot/[email protected].2
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down
Loading

0 comments on commit 4932ef9

Please sign in to comment.