Skip to content

Commit 414f9bb

Browse files
authored
Merge pull request #41 from MeteorClientPlus/dependabot/github_actions/actions/checkout-5
github-actions(deps): bump actions/checkout from 4 to 5
2 parents 9ab7e1a + 937a582 commit 414f9bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- uses: actions/setup-java@v4
1010
with:
1111
java-version: 21

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- uses: actions/setup-java@v4
1010
with:
1111
java-version: 21

0 commit comments

Comments
 (0)