Skip to content

Commit

Permalink
Merge pull request #87 from Synthetixio/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.1.3

chore(deps): Bump actions/checkout from 4.1.1 to 4.1.3
  • Loading branch information
drptbl authored Apr 25, 2024
2 parents 789d3fa + e91d0c4 commit eb2976b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f

- name: Audit dependencies
run: audit-ci --critical --report-type full
Expand All @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f

- name: Set pnpm cache directory
run: pnpm config set store-dir .pnpm-store
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f

- name: Initialize CodeQL
uses: github/codeql-action/init@99c9897648dded3fe63d6f328c46089dd57735ca
Expand Down

0 comments on commit eb2976b

Please sign in to comment.