Skip to content

Commit a086c49

Browse files
authored
Merge pull request #32 from Zastai/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 023963b + 57d85c0 commit a086c49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Check out the project
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: Set up JDK ${{env.java-version}}
1919
uses: actions/setup-java@v4
2020
with:

.github/workflows/update-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v5
1111
env:
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313
- name: Run Labeler

0 commit comments

Comments
 (0)