Skip to content

Commit

Permalink
bump versions for GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xricksanchez committed Feb 22, 2023
1 parent e0a141c commit c601c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
node-version: 16
cache: "npm"
- name: MSVC (windows)
uses: ilammy/msvc-dev-cmd@d8610e2b41c6d0f0c3b4c46dad8df0fd826c68e1
uses: ilammy/msvc-dev-cmd@v1
if: contains(matrix.os, 'windows')
- name: install dependencies
run: npm install --ws=@jazzer.js/fuzzer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-all-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.1.1
uses: dependabot/fetch-metadata@v1.3.6
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve
Expand Down

0 comments on commit c601c90

Please sign in to comment.