Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Merge pull request #65 from whelk-io/dependabot/github_actions/develo…
Browse files Browse the repository at this point in the history
…p/actions/checkout-v2.3.3

Bump actions/checkout from v2.3.2 to v2.3.3
  • Loading branch information
zteater authored Oct 26, 2020
2 parents d08c6e2 + 7a5ac32 commit 9ec4291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.2
- uses: actions/checkout@v2.3.3
- run: |
npm ci
npm test
test_job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.2
- uses: actions/checkout@v2.3.3
- name: Create maven settings.xml
uses: ./
with:
Expand Down

0 comments on commit 9ec4291

Please sign in to comment.