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 a38330b commit 7f7a886Copy full SHA for 7f7a886
.github/workflows/node.js.yml
@@ -18,11 +18,11 @@ jobs:
18
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
- name: Install xmllint
23
run: sudo apt-get install -y libxml2-utils
24
- name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
+ uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
0 commit comments