Skip to content

Commit e098cf1

Browse files
authored
Merge pull request #82 from solutionforest/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 4236732 + fddd95d commit e098cf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-release-note.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
clean-version: ${{ steps.check.outputs.clean-version }}
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
2626
token: ${{ secrets.GITHUB_TOKEN }}
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
steps:
8888
- name: Checkout code
89-
uses: actions/checkout@v4
89+
uses: actions/checkout@v5
9090
with:
9191
fetch-depth: 0
9292
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)