Skip to content

Commit b5d3e5f

Browse files
authored
Merge pull request #77 from j-plugins/dependabot/github_actions/actions/checkout-7
chore(deps): bump actions/checkout from 4 to 7
2 parents 2ab297e + 50252ba commit b5d3e5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Fetch Sources
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v7
1919

2020
- name: Setup Java
2121
uses: actions/setup-java@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
contents: write
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@v7
1414
with:
1515
fetch-depth: 0
1616

0 commit comments

Comments
 (0)