Skip to content

Commit b13fef2

Browse files
authored
Merge pull request #133 from aws/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 9541cc0 + ce3756d commit b13fef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-on-push-and-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: [18, 20, 22]
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Build and run tests for Node.js ${{ matrix.node-version }}
2020
run: |
2121
docker build -f test/unit/Dockerfile.nodejs${{ matrix.node-version }}.x -t unit/nodejs.${{ matrix.node-version }}x .
@@ -29,6 +29,6 @@ jobs:
2929
distro: [alpine, amazonlinux, centos, debian, ubuntu]
3030

3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- name: Run ${{ matrix.distro }} integration tests
3434
run: DISTRO=${{ matrix.distro }} make test-integ

0 commit comments

Comments
 (0)