Skip to content

Commit

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

chore(deps): bump actions/checkout from 2 to 3
  • Loading branch information
PatrickHeneise authored Mar 10, 2022
2 parents f8f5896 + fafea26 commit 27402ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: npm ci
- run: npm test
- run: npx semantic-release
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: npm ci
Expand Down

0 comments on commit 27402ec

Please sign in to comment.