Skip to content

Commit 79b5bfc

Browse files
authored
Merge pull request #709 from openziti/dependabot/github_actions/actions-a331d3ec2d
Bump actions/checkout from 4 to 5 in the actions group
2 parents 6d41257 + 750e2d3 commit 79b5bfc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
BUILD_NUMBER: ${{ github.GITHUB_RUN_NUMBER }}
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- name: Set up JDK
2020
uses: actions/setup-java@v4

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
BUILD_NUMBER: ${{ github.GITHUB_RUN_NUMBER }}
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222
- name: Set up JDK 21

0 commit comments

Comments
 (0)