Skip to content

Commit 0c72df4

Browse files
authored
Merge pull request #7 from absolute-version/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 2 to 4
2 parents bb4e447 + 7c0cc32 commit 0c72df4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: [18.x, 20.x, 22.x]
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515
release-type: node
1616
# The logic below handles the npm publication:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
# these if statements ensure that a publication only occurs when
1919
# a new release is created:
2020
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)