Skip to content

Commit f29442a

Browse files
authored
Merge pull request #208 from qoomon/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 1a7dac5 + 3477d54 commit f29442a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Enhance GitHub Environment Variables
1212
run: echo "GITHUB_REF_NAME=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Set up JDK 1.8
1515
uses: actions/setup-java@v5
1616
with:

0 commit comments

Comments
 (0)