Skip to content

Commit

Permalink
Merge pull request #146 from viperproject/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ll-8079e3c61a

Bump the all group with 4 updates
  • Loading branch information
ArquintL authored Feb 15, 2024
2 parents 9ad26e7 + 7bd84d0 commit 4d67177
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache npm
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Update VS Code version used by the tests
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
echo "LATEST_VSCODE_VERSION=$LATEST_VSCODE_VERSION" >> $GITHUB_ENV
- name: Open a pull request
id: pr
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
if: env.TEST_VSCODE_VERSION != env.LATEST_VSCODE_VERSION
with:
# Use viper-admin's token to workaround a restriction of GitHub.
Expand All @@ -47,7 +47,7 @@ jobs:
* Update VS Code version used in tests to `${{ env.LATEST_VSCODE_VERSION }}`.
- name: Enable auto-merge of PR
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v4
if: env.TEST_VSCODE_VERSION != env.LATEST_VSCODE_VERSION
with:
token: ${{ secrets.VIPER_ADMIN_TOKEN }}
Expand Down

0 comments on commit 4d67177

Please sign in to comment.