Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.1 to 4.2.2 (#890)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent ebdc6c5 commit 368cf93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
permissions: read-all
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- name: Setup
uses: ./.github/actions/setup
- run: npm run version:check
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Playwright Tests - ${{ matrix.browser }}
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- uses: actions/[email protected]
with:
node-version: '18'
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
browser: [webkit]
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- uses: actions/[email protected]
with:
node-version: '18'
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
- uses: actions/[email protected]
with:
node-version: '18'
Expand Down

0 comments on commit 368cf93

Please sign in to comment.