Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3.5.0 to 3.5.2 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 1, 2023
1 parent bea447d commit 4a71519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- 18

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
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 @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2

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

0 comments on commit 4a71519

Please sign in to comment.