Skip to content

Commit 87776a8

Browse files
chore(deps): update actions/checkout action to v5
1 parent 4f13d9c commit 87776a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conventional_commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: "Check out"
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020
- name: "Commitsar conventional commits check"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616

0 commit comments

Comments
 (0)