Skip to content

Commit

Permalink
Merge pull request #29 from tgymnich/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-v2.3.4

Bump actions/checkout from v1 to v2.3.4
  • Loading branch information
tgymnich authored Jan 31, 2021
2 parents b1570ad + 8ffc83d commit 249ebe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
check_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4

- name: "npm ci"
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- uses: tgymnich/publish-github-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 249ebe7

Please sign in to comment.