Skip to content

Commit 3c20970

Browse files
committed
chore: update GitHub action versions
1 parent 79167b0 commit 3c20970

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/close-stalled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.repository == 'nodejs/citgm'
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
23+
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
2424
with:
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}
2626
days-before-close: 30

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
show-progress: false
2020

2121
- name: Use LTS Node.js
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v5
2323
with:
2424
node-version: lts/*
2525

@@ -38,4 +38,4 @@ jobs:
3838
test-command: npm run tap -- --coverage-report=lcov
3939
post-test-steps: |
4040
- name: Coverage Report
41-
uses: codecov/codecov-action@v3
41+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0

.github/workflows/test-module.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ jobs:
4545

4646
steps:
4747
- name: Checkout code
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
with:
5050
repository: ${{ github.event.inputs.repository }}
5151
ref: ${{ github.event.inputs.ref }}
5252
show-progress: false
5353

5454
- name: Use Node.js ${{ matrix.node-version }}
55-
uses: actions/setup-node@v4
55+
uses: actions/setup-node@v5
5656
with:
5757
node-version: ${{ matrix.node-version }}
5858

0 commit comments

Comments
 (0)