Skip to content

Commit 7f9c606

Browse files
authored
Merge pull request #86 from nodenv/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 2.7.0 to 4.2.2
2 parents ea3f9a2 + 6989555 commit 7f9c606

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
99
with: { egress-policy: audit }
10-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
10+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1111
with: { fetch-depth: 0 }
1212
- run: npm run -s relnotes | tee relnotes.txt
1313
- uses: jasonkarns/create-release@9249b73e127bea00eb6f2caa7244657983df0557 # master
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
3030
with: { egress-policy: audit }
31-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
31+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
- uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1.4.6
3333
with:
3434
scope: nodenv

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
steps:
1010
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
1111
with: { egress-policy: audit }
12-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
12+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313
- run: npm cit

0 commit comments

Comments
 (0)