Skip to content

Commit

Permalink
Merge pull request #73 from tanmen/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

fix(deps): bump actions/checkout from 3 to 4
  • Loading branch information
kodiakhq[bot] authored Sep 4, 2023
2 parents 4ae02e5 + a56bd1b commit 6a5acc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
version: [16.x, 18.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: yarn
- run: yarn build
- run: yarn test --json --outputFile=result.json --testLocationInResults
Expand All @@ -31,7 +31,7 @@ jobs:
id-token: write # to enable use of OIDC for npm provenance
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 6a5acc5

Please sign in to comment.