Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#470)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 77de777 commit 200ead5
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 @@ -86,7 +86,7 @@ jobs:
- typescript@5.5
- typescript@5.6
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
- name: Update TS Version
run: pnpm add --save-dev ${{ matrix.typescript-scenario }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

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

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

0 comments on commit 200ead5

Please sign in to comment.