Skip to content

Commit

Permalink
Merge pull request #342 from w3c/main
Browse files Browse the repository at this point in the history
For publication / deploy on Tuesday August 6, 2024
  • Loading branch information
remibetin authored Aug 8, 2024
2 parents e87ccac + 57c39fa commit 50cd995
Show file tree
Hide file tree
Showing 75 changed files with 915 additions and 542 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: scripts/pre-build/package-lock.json

- name: Set up Ruby 2.6.2
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.2
ruby-version: 3.3
bundler-cache: true

- name: Update git submodules
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
job_name: create-pr

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: scripts/pre-build/package-lock.json

- name: Set up Ruby 2.6.2
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.2
ruby-version: 3.3

- name: Update git submodules
if: github.event.inputs.fork_path == 'false'
Expand Down
Loading

0 comments on commit 50cd995

Please sign in to comment.