Skip to content

Commit

Permalink
Fix deprecated warn gh actions (#4962)
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris committed Feb 12, 2023
1 parent 202e9b8 commit 9f24d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser-test.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
SAUCE_USERNAME: '${{secrets.SAUCE_USERNAME}}'
SAUCE_ACCESS_KEY: '${{secrets.SAUCE_ACCESS_KEY}}'
- name: remove 'run-browser-test' label
uses: buildsville/add-remove-label@v1
uses: buildsville/add-remove-label@v2.0.0
if: ${{ always() }}
with:
token: ${{secrets.GITHUB_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mocha.yml
Expand Up @@ -103,7 +103,7 @@ jobs:
id: npm-cache
if: ${{ matrix.os == 'windows-2019' }}
run: |
echo "::set-output name=dir::$(npm config get cache)"
echo "dir=$(npm config get cache)" >> $env:GITHUB_OUTPUT
- name: 'Cache node_modules'
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 9f24d0d

Please sign in to comment.