Skip to content

Commit 7d1d62c

Browse files
authored
Merge pull request #76 from Wei18/dependabot/github_actions/dot-github/workflows/actions/checkout-4
Bump actions/checkout from 3 to 4 in /.github/workflows
2 parents 9bb3089 + 14beb9a commit 7d1d62c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/Release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
outputs:
1717
branch: ${{ steps.release_branch.outputs.value }}
1818
steps:
19-
- uses: actions/checkout@v3 # Use the latest stable version
19+
- uses: actions/checkout@v4
2020

2121
- name: Create release branch
2222
env:
@@ -44,9 +44,6 @@ jobs:
4444
needs: create-git-branch-release
4545
runs-on: ubuntu-latest
4646
steps:
47-
- name: Checkout code
48-
uses: actions/checkout@v3
49-
5047
- name: Get latest version
5148
env:
5249
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)