Skip to content

Commit

Permalink
Merge pull request #241 from AUS-DOH-Safety-and-Quality/dependabot/gi…
Browse files Browse the repository at this point in the history
…thub_actions/dev-dependencies-6456dcea8e

Bump the dev-dependencies group with 7 updates
  • Loading branch information
andrjohns authored Feb 1, 2024
2 parents 0636725 + 742c936 commit a37f7bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
node-version: [20.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
working-directory: '${{ github.workspace }}/PowerBI-SPC-Docs/docs'
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: "PowerBI-SPC-Docs/docs/_site/"

Expand All @@ -69,4 +69,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
8 changes: 4 additions & 4 deletions .github/workflows/push_to_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- { node-version: 20.x, powerbi-api: 3.8.3 }

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.config.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.config.node-version }}

Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
shell: bash

- name: Stash built visuals
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: dist/*.pbiviz
Expand All @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Restore built packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: packages
path: ./packages
Expand Down

0 comments on commit a37f7bc

Please sign in to comment.