Skip to content

Commit 22b2dcf

Browse files
authored
Merge pull request #88 from PhilanthropyDataCommons/dependabot/github_actions/dot-github/workflows/actions/checkout-6
Bump actions/checkout from 5 to 6 in /.github/workflows
2 parents ab48c76 + 0877cc8 commit 22b2dcf

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
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check out repository code.
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
- name: Get Zulu OpenJDK (current LTS version).
1818
uses: actions/setup-java@v5
1919
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check out repository code.
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
- name: Get Zulu OpenJDK (current LTS version)
1818
uses: actions/setup-java@v5
1919
with:

0 commit comments

Comments
 (0)