Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Bump Actions to current head ref
Browse files Browse the repository at this point in the history
  • Loading branch information
rdipardo committed Apr 11, 2024
1 parent dcb377f commit 944dfc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
path: ${{ github.workspace }}/demo/output
merge-multiple: true
- name: Set up BrowserStack env
uses: clean-jsdoc/github-actions/setup-env@777f8c732a22afb5734c1231dea45646555e44a9
uses: clean-jsdoc/github-actions/setup-env@963f81eba6d574e37a9955fb27c6524695807f44
with:
username: ${{ secrets.BROWSERSTACK_USERNAME }}
access-key: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
- name: Start BrowserStackLocal Tunnel
uses: clean-jsdoc/github-actions/setup-local@777f8c732a22afb5734c1231dea45646555e44a9
uses: clean-jsdoc/github-actions/setup-local@963f81eba6d574e37a9955fb27c6524695807f44
with:
local-testing: start
local-logging-level: false
Expand All @@ -77,6 +77,6 @@ jobs:
npm run bs
npm run bs:safari
- name: Stop BrowserStackLocal
uses: clean-jsdoc/github-actions/setup-local@777f8c732a22afb5734c1231dea45646555e44a9
uses: clean-jsdoc/github-actions/setup-local@963f81eba6d574e37a9955fb27c6524695807f44
with:
local-testing: stop
1 change: 0 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
push:
tags:
- '*'
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 944dfc3

Please sign in to comment.