Skip to content

Commit

Permalink
Merge pull request #95 from cycjimmy/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3

build(deps): bump actions/checkout from 2 to 3
  • Loading branch information
cycjimmy committed Mar 2, 2022
2 parents 26b4020 + 35e294f commit e878537
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkPullRequest.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Semantic Release
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testRelease.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Semantic Release
uses: ./
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Semantic Release
uses: ./
Expand Down

0 comments on commit e878537

Please sign in to comment.