Skip to content

Commit 996378b

Browse files
authored
Merge pull request #13 from igniterealtime/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 3 to 5
2 parents fe40502 + 28e8fae commit 996378b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
java: [ 11, 17 ]
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v5
1919
- name: Set up JDK ${{ matrix.java }}
2020
uses: actions/setup-java@v3
2121
with:
@@ -59,7 +59,7 @@ jobs:
5959
if: ${{github.repository == 'igniterealtime/Botz' && github.event_name == 'push' && ( needs.check_branch.outputs.is_publishable_branch == 'true' || contains(github.ref, 'refs/tags/') ) }}
6060

6161
steps:
62-
- uses: actions/checkout@v3
62+
- uses: actions/checkout@v5
6363
with:
6464
# Defend against another commit quickly following the first
6565
# We want the one that's been tested, rather than the head of main

0 commit comments

Comments
 (0)