Skip to content

Commit

Permalink
Merge pull request #124 from myrotvorets/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-2.3.4

Bump actions/checkout from 2 to 2.3.4
  • Loading branch information
myrotvorets-team authored May 12, 2021
2 parents 319a946 + 2cebfab commit 55824ca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Build and test (Node ${{ matrix.node }})
steps:
- name: Check out the code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Set up Node.js environment
uses: actions/setup-node@v2.1.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: github.event_name == 'release' || github.event.inputs.npm == 'yes' || github.event.inputs.gpr == 'yes'
steps:
- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
ref: ${{ github.event.release.tag_name }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Setup Node.js environment
uses: actions/setup-node@v2.1.5
Expand All @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Set up Node.js environment
uses: actions/setup-node@v2.1.5
Expand Down

0 comments on commit 55824ca

Please sign in to comment.