Skip to content

Commit 175d47e

Browse files
chore: Update multiple dependencies
1 parent febea74 commit 175d47e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-and-publish-protos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build-and-publish-protos:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v6
1212

1313
- uses: bufbuild/[email protected]
1414

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
jobs:
88
lint:
99
runs-on: ubuntu-latest
10-
container: node:20
10+
container: node:24
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v6
1313
- name: Install prettier.
1414
run: npm install --global prettier
1515
- name: Verify proper formatting.

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
container: python:3.8
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v6
1313
- name: Install system dependencies.
1414
run: apt-get update && apt-get install -y rsync
1515
- name: Install the site generator.

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
container: python:3.8
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v6
1313
- name: Install the site-generator
1414
run: pip install -r requirements.txt
1515
- name: Build the site.

0 commit comments

Comments
 (0)