Skip to content

Commit 24943bd

Browse files
authored
Merge pull request #114 from PhilanthropyDataCommons/dependabot/github_actions/dot-github/workflows/actions/checkout-7
Bump actions/checkout from 6 to 7 in /.github/workflows
2 parents 6a2ae81 + 877aa26 commit 24943bd

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@v6
16+
uses: actions/checkout@v7
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@v6
16+
uses: actions/checkout@v7
1717
- name: Get Zulu OpenJDK (current LTS version)
1818
uses: actions/setup-java@v5
1919
with:

0 commit comments

Comments
 (0)