We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5338924 commit c6bbec4Copy full SHA for c6bbec4
.github/workflows/build-and-release.yaml
@@ -13,7 +13,7 @@ jobs:
13
release:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v5.0.0
+ - uses: actions/checkout@v5
17
with:
18
fetch-depth: 0
19
- uses: actions/[email protected]
.github/workflows/test.yaml
@@ -9,7 +9,7 @@ jobs:
9
integration-test:
10
11
12
- run: npm install
- name: Check formatting with js-beautify
run: |
.github/workflows/updated-deps.yaml
@@ -10,7 +10,7 @@ jobs:
- name: Checkout code
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v4
0 commit comments