Skip to content

Commit

Permalink
Merge pull request #139 from embrace-io/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
vitaliyf authored Feb 24, 2024
2 parents 1c65b77 + 7d11068 commit 850112a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js environment
Expand All @@ -31,7 +31,7 @@ jobs:
e2e-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js environment
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
env:
FILENAME: embraceio-metric-app-${{ github.event.release.tag_name }}.zip
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js environment
Expand Down

0 comments on commit 850112a

Please sign in to comment.