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 c7e3614 commit 9513d19Copy full SHA for 9513d19
.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
21
node: [22, 24]
22
steps:
23
- name: Checkout code
24
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
25
- name: Use node@${{ matrix.node }}
26
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
27
with:
@@ -44,7 +44,7 @@ jobs:
44
if: ${{ github.repository_owner == 'pactflow' && github.event_name == 'push' }}
45
46
47
48
- name: Setup node
49
50
0 commit comments