Skip to content

Commit

Permalink
Merge pull request #133 from angular-indonesia/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-3.1.0

chore(deps): bump actions/checkout from 3.0.2 to 3.1.0
  • Loading branch information
GulajavaMinistudio authored Sep 12, 2023
2 parents d57eaba + d1731a1 commit 0a95783
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
id: setup-node
with:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
needs: [linting, codeql]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
id: setup-node
with:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
runs-on: ubuntu-latest
needs: [linting, codeql]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
id: setup-node
with:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
runs-on: ubuntu-latest
needs: [linting, codeql]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
id: setup-node
with:
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
needs: [linting, codeql]
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 0a95783

Please sign in to comment.