chore: bump actions/checkout; actions/setup-go to v4 (#2325) · wxpython/memos@2e82ba5 · GitHub
Skip to content

Commit 2e82ba5

Browse files
authored
chore: bump actions/checkout; actions/setup-go to v4 (usememos#2325)
* chore: bump actions/checkout to v4 Signed-off-by: GitHub <noreply@github.com> * chore: bump actions/setup-go to v4 Signed-off-by: GitHub <noreply@github.com> --------- Signed-off-by: GitHub <noreply@github.com>
1 parent 1542f31 commit 2e82ba5

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/backend-tests.yml

Lines changed: 4 additions & 4 deletions

.github/workflows/build-and-push-release-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
packages: write
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Set up QEMU
1919
uses: docker/setup-qemu-action@v2

.github/workflows/build-and-push-test-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: read
1212
packages: write
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Set up QEMU
1717
uses: docker/setup-qemu-action@v2

.github/workflows/frontend-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
eslint-checks:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- uses: bufbuild/buf-setup-action@v1
1919
- run: buf generate
2020
working-directory: proto
@@ -35,7 +35,7 @@ jobs:
3535
frontend-build:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939
- uses: bufbuild/buf-setup-action@v1
4040
- run: buf generate
4141
working-directory: proto

.github/workflows/proto-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121
- name: Setup buf

.github/workflows/uffizzi-build.yml

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)