Skip to content

Commit 7b797e4

Browse files
chore(deps): update [github actions] update dependencies
1 parent a3b0dc9 commit 7b797e4

11 files changed

Lines changed: 27 additions & 27 deletions

.github/workflows/check-misskey-js-autogen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
# packages/misskey-js/generator/built/autogen
5555
- name: Upload Generated
56-
uses: actions/upload-artifact@v6
56+
uses: actions/upload-artifact@v7
5757
with:
5858
name: generated-misskey-js
5959
path: packages/misskey-js/generator/built/autogen
@@ -73,7 +73,7 @@ jobs:
7373
ref: refs/pull/${{ github.event.pull_request.number }}/merge
7474

7575
- name: Upload From Merged
76-
uses: actions/upload-artifact@v6
76+
uses: actions/upload-artifact@v7
7777
with:
7878
name: actual-misskey-js
7979
path: packages/misskey-js/src/autogen

.github/workflows/docker-develop.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
- name: Check out the repo
3030
uses: actions/checkout@v6.0.2
3131
- name: Set up Docker Buildx
32-
uses: docker/setup-buildx-action@v3
32+
uses: docker/setup-buildx-action@v4
3333
- name: Log in to Docker Hub
34-
uses: docker/login-action@v3
34+
uses: docker/login-action@v4
3535
with:
3636
username: ${{ secrets.DOCKER_USERNAME }}
3737
password: ${{ secrets.DOCKER_PASSWORD }}
3838
- name: Build and push by digest
3939
id: build
40-
uses: docker/build-push-action@v6
40+
uses: docker/build-push-action@v7
4141
with:
4242
context: .
4343
push: true
@@ -53,7 +53,7 @@ jobs:
5353
digest="${{ steps.build.outputs.digest }}"
5454
touch "/tmp/digests/${digest#sha256:}"
5555
- name: Upload digest
56-
uses: actions/upload-artifact@v6
56+
uses: actions/upload-artifact@v7
5757
with:
5858
name: digests-${{ env.PLATFORM_PAIR }}
5959
path: /tmp/digests/*
@@ -72,9 +72,9 @@ jobs:
7272
pattern: digests-*
7373
merge-multiple: true
7474
- name: Set up Docker Buildx
75-
uses: docker/setup-buildx-action@v3
75+
uses: docker/setup-buildx-action@v4
7676
- name: Login to Docker Hub
77-
uses: docker/login-action@v3
77+
uses: docker/login-action@v4
7878
with:
7979
username: ${{ secrets.DOCKER_USERNAME }}
8080
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/docker.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ jobs:
3434
- name: Check out the repo
3535
uses: actions/checkout@v6.0.2
3636
- name: Set up Docker Buildx
37-
uses: docker/setup-buildx-action@v3
37+
uses: docker/setup-buildx-action@v4
3838
- name: Docker meta
3939
id: meta
40-
uses: docker/metadata-action@v5
40+
uses: docker/metadata-action@v6
4141
with:
4242
images: ${{ env.REGISTRY_IMAGE }}
4343
tags: ${{ env.TAGS }}
4444
- name: Log in to Docker Hub
45-
uses: docker/login-action@v3
45+
uses: docker/login-action@v4
4646
with:
4747
username: ${{ secrets.DOCKER_USERNAME }}
4848
password: ${{ secrets.DOCKER_PASSWORD }}
4949
- name: Build and Push to Docker Hub
5050
id: build
51-
uses: docker/build-push-action@v6
51+
uses: docker/build-push-action@v7
5252
with:
5353
context: .
5454
push: true
@@ -64,7 +64,7 @@ jobs:
6464
digest="${{ steps.build.outputs.digest }}"
6565
touch "/tmp/digests/${digest#sha256:}"
6666
- name: Upload digest
67-
uses: actions/upload-artifact@v6
67+
uses: actions/upload-artifact@v7
6868
with:
6969
name: digests-${{ env.PLATFORM_PAIR }}
7070
path: /tmp/digests/*
@@ -83,15 +83,15 @@ jobs:
8383
pattern: digests-*
8484
merge-multiple: true
8585
- name: Set up Docker Buildx
86-
uses: docker/setup-buildx-action@v3
86+
uses: docker/setup-buildx-action@v4
8787
- name: Docker meta
8888
id: meta
89-
uses: docker/metadata-action@v5
89+
uses: docker/metadata-action@v6
9090
with:
9191
images: ${{ env.REGISTRY_IMAGE }}
9292
tags: ${{ env.TAGS }}
9393
- name: Login to Docker Hub
94-
uses: docker/login-action@v3
94+
uses: docker/login-action@v4
9595
with:
9696
username: ${{ secrets.DOCKER_USERNAME }}
9797
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/get-api-diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Copy API.json
4949
run: cp packages/backend/built/api.json ${{ matrix.api-json-name }}
5050
- name: Upload Artifact
51-
uses: actions/upload-artifact@v6
51+
uses: actions/upload-artifact@v7
5252
with:
5353
name: api-artifact-${{ matrix.api-json-name }}
5454
path: ${{ matrix.api-json-name }}
@@ -61,7 +61,7 @@ jobs:
6161
PR_NUMBER: ${{ github.event.number }}
6262
run: |
6363
echo "$PR_NUMBER" > ./pr_number
64-
- uses: actions/upload-artifact@v6
64+
- uses: actions/upload-artifact@v7
6565
with:
6666
name: api-artifact-pr-number
6767
path: pr_number

.github/workflows/get-backend-memory.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# Start the server and measure memory usage
6868
node packages/backend/scripts/measure-memory.mjs > ${{ matrix.memory-json-name }}
6969
- name: Upload Artifact
70-
uses: actions/upload-artifact@v6
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: memory-artifact-${{ matrix.memory-json-name }}
7373
path: ${{ matrix.memory-json-name }}
@@ -81,7 +81,7 @@ jobs:
8181
PR_NUMBER: ${{ github.event.number }}
8282
run: |
8383
echo "$PR_NUMBER" > ./pr_number
84-
- uses: actions/upload-artifact@v6
84+
- uses: actions/upload-artifact@v7
8585
with:
8686
name: memory-artifact-pr-number
8787
path: pr_number

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
cache: 'pnpm'
8282
- run: pnpm i --frozen-lockfile
8383
- name: Restore eslint cache
84-
uses: actions/cache@v4.3.0
84+
uses: actions/cache@v5.0.3
8585
with:
8686
path: ${{ env.eslint-cache-path }}
8787
key: eslint-${{ env.eslint-cache-version }}-${{ matrix.workspace }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ github.ref_name }}-${{ github.sha }}

.github/workflows/report-api-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Echo full diff
6161
run: cat ./api-full.json.diff
6262
- name: Upload full diff to Artifact
63-
uses: actions/upload-artifact@v6
63+
uses: actions/upload-artifact@v7
6464
with:
6565
name: api-artifact
6666
path: |

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
body: 'Chromatic detects changes. Please [review the changes on Chromatic](https://www.chromatic.com/builds?appId=6428f7d7b962f0b79f97d6e4).'
103103
})
104104
- name: Upload Artifacts
105-
uses: actions/upload-artifact@v6
105+
uses: actions/upload-artifact@v7
106106
with:
107107
name: storybook
108108
path: packages/frontend/storybook-static

.github/workflows/test-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: echo "today=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
6868
- name: Setup and Restore ffmpeg/ffprobe Cache
6969
id: cache-ffmpeg
70-
uses: actions/cache@v4
70+
uses: actions/cache@v5
7171
with:
7272
path: |
7373
/usr/local/bin/ffmpeg

.github/workflows/test-federation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: echo "today=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
4343
- name: Setup and Restore ffmpeg/ffprobe Cache
4444
id: cache-ffmpeg
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
with:
4747
path: |
4848
/usr/local/bin/ffmpeg

0 commit comments

Comments
 (0)