Skip to content

Commit 0b346d2

Browse files
authored
Merge pull request #286 from finos/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 858e8b2 + 941a034 commit 0b346d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: [16.x]
3434

3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737

3838
- name: Set up Python ${{ matrix.python-version }}
3939
uses: actions/setup-python@v5

.github/workflows/license-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: license-scan
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- name: Use Node.js 16.x
2121
uses: actions/setup-node@v4
2222
with:

0 commit comments

Comments
 (0)