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 39c5d06 commit 4caa18cCopy full SHA for 4caa18c
.github/workflows/release-github.yml
@@ -12,7 +12,7 @@ jobs:
12
permissions:
13
contents: write
14
steps:
15
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
16
- uses: cucumber/[email protected]
17
with:
18
github-token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/test-javascript.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: set git core.autocrlf to 'input'
27
run: git config --global core.autocrlf input
28
29
- uses: mymindstorm/setup-emsdk@v14
30
if: ${{ matrix.os != 'windows-latest' }}
31
0 commit comments