Skip to content

Commit 0829645

Browse files
authored
Merge pull request #118 from igniterealtime/dependabot/github_actions/github-actions-640176b5ab
Bump actions/checkout from 6 to 7 in the github-actions group
2 parents ac3a854 + b39d8ea commit 0829645

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@v7
1111

1212
- name: Set up Java
1313
uses: actions/setup-java@v5
@@ -39,7 +39,7 @@ jobs:
3939
needs: build
4040
if: ${{ contains(github.repository, 'igniterealtime/') && ( ( github.event_name == 'push' && github.ref == 'refs/heads/main' ) || contains(github.ref, 'refs/tags/') ) }}
4141
steps:
42-
- uses: actions/checkout@v6
42+
- uses: actions/checkout@v7
4343

4444
- name: Set up Java
4545
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)