Skip to content

Commit 2c521ee

Browse files
authored
Merge pull request #1521 from ccnmtl/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 3a45ca4 + a85a619 commit 2c521ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
node-version: [20.x, 22.x]
99
name: Node ${{ matrix.node }} run
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- name: Setup node
1313
uses: actions/setup-node@v4
1414
with:
@@ -39,7 +39,7 @@ jobs:
3939
python-version: ["3.12"]
4040
node-version: [20.x, 22.x]
4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v5
4343
- name: Set up Python ${{ matrix.python-version }}
4444
uses: actions/setup-python@v5
4545
with:

0 commit comments

Comments
 (0)