Skip to content

Commit 456a65f

Browse files
committed
ci: bump actions checkout
1 parent e47c39e commit 456a65f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Code
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
17+
1718
- name: Bump Version
1819
id: tag_version
1920
uses: mathieudutour/github-tag-action@v6.1
2021
with:
2122
github_token: ${{ secrets.GITHUB_TOKEN }}
2223
default_bump: minor
2324
custom_release_rules: bug:patch:Fixes,chore:patch:Chores,docs:patch:Documentation,feat:minor:Features,refactor:minor:Refactors,test:patch:Tests,ci:patch:Development,dev:patch:Development
25+
2426
- name: Create Release
2527
uses: ncipollo/release-action@v1.12.0
2628
with:

0 commit comments

Comments
 (0)