Skip to content

Commit

Permalink
chore: Update multiple dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent febea74 commit d003595
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-protos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build-and-publish-protos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: bufbuild/[email protected]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
container: node:20
container: node:22
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install prettier.
run: npm install --global prettier
- name: Verify proper formatting.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
container: python:3.8
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install system dependencies.
run: apt-get update && apt-get install -y rsync
- name: Install the site generator.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
container: python:3.8
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install the site-generator
run: pip install -r requirements.txt
- name: Build the site.
Expand Down

0 comments on commit d003595

Please sign in to comment.