Skip to content

Commit 79c7432

Browse files
author
Victor
authored
Merge pull request #3 from devind-team/dependabot/github_actions/actions/checkout-3
build(deps): Bump actions/checkout from 2 to 3
2 parents 83f7993 + e6bfaca commit 79c7432

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)