Skip to content

Commit eb24d3c

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

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.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:

.github/workflows/semantic-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Code
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- uses: amannn/action-semantic-pull-request@v5.2.0
2121
name: Check PR for Semantic Commit Message
2222
env:

0 commit comments

Comments
 (0)