Skip to content

Commit f9487c3

Browse files
author
asyncapi-bot
committed
ci: update of files from global .github repo
1 parent 412ebdd commit f9487c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/if-nodejs-pr-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
shell: bash
4646
- if: steps.should_run.outputs.shouldrun == 'true'
4747
name: Checkout repository
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4949
with:
5050
persist-credentials: false
5151
- if: steps.should_run.outputs.shouldrun == 'true'
@@ -62,7 +62,7 @@ jobs:
6262
id: lockversion
6363
- if: steps.packagejson.outputs.exists == 'true'
6464
name: Setup Node.js
65-
uses: actions/setup-node@v4
65+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
6666
with:
6767
node-version: "${{ steps.lockversion.outputs.version }}"
6868
- if: steps.lockversion.outputs.version == '18' && matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)