Skip to content

Commit

Permalink
ci: bump CI package versions (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro authored Mar 31, 2021
1 parent 450b754 commit 8b0b68e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Setup Ruby
if: ${{ runner.os != 'Windows' }}
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'

Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Gather Docker Labels
if: steps.semantic.outputs.new_release_published == 'true'
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1.12.0
uses: crazy-max/ghaction-docker-meta@v2
with:
images: ghcr.io/${{ github.repository }}

Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
persist-credentials: false

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
node-version: '14'

- name: Cache NPM
id: cache-node-modules
Expand All @@ -37,8 +37,7 @@ jobs:
run: npm run apidoc

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: apidoc # The folder the action should deploy.
branch: gh-pages # The branch the action should deploy to.
folder: apidoc # The folder the action should deploy.

0 comments on commit 8b0b68e

Please sign in to comment.