Skip to content

Commit

Permalink
fixup! Bump the astro group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
reupen committed Nov 6, 2024
1 parent 2bf4910 commit c103983
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
runs-on: ubuntu-24
steps:
- name: Git clone repository
uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:

build-site:
name: Build site
runs-on: ubuntu-latest
runs-on: ubuntu-24
steps:
- name: Git clone repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

get-playwright-version:
name: Get Playwright version
runs-on: ubuntu-latest
runs-on: ubuntu-24
outputs:
version: ${{ steps.get-version.outputs.version }}
steps:
Expand All @@ -91,7 +91,7 @@ jobs:
test-e2e:
name: Run e2e tests
runs-on: ubuntu-latest
runs-on: ubuntu-24
needs:
- build-site
- get-playwright-version
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:

deploy:
name: Deploy
runs-on: ubuntu-latest
runs-on: ubuntu-24
permissions:
contents: read
deployments: write
Expand Down

0 comments on commit c103983

Please sign in to comment.