Skip to content

Commit 09f033e

Browse files
build(deps): bump actions/checkout from 4.1.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 035500f commit 09f033e

11 files changed

+14
-14
lines changed

.github/workflows/api-misskey-js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- name: Checkout
12-
uses: actions/[email protected].0
12+
uses: actions/[email protected].1
1313

1414
- run: corepack enable
1515

.github/workflows/check_copyright_year.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
check_copyright_year:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/[email protected].0
13+
- uses: actions/[email protected].1
1414
- run: |
1515
if [ "$(grep Copyright COPYING | sed -e 's/.*2014-\([0-9]*\) .*/\1/g')" -ne "$(date +%Y)" ]; then
1616
echo "Please change copyright year!"

.github/workflows/docker-develop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.repository == 'misskey-dev/misskey'
1414
steps:
1515
- name: Check out the repo
16-
uses: actions/[email protected].0
16+
uses: actions/[email protected].1
1717
- name: Set up Docker Buildx
1818
id: buildx
1919
uses: docker/[email protected]

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Check out the repo
15-
uses: actions/[email protected].0
15+
uses: actions/[email protected].1
1616
- name: Set up Docker Buildx
1717
id: buildx
1818
uses: docker/[email protected]

.github/workflows/dockle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
env:
1515
DOCKER_CONTENT_TRUST: 1
1616
steps:
17-
- uses: actions/[email protected].0
17+
- uses: actions/[email protected].1
1818
- run: |
1919
curl -L -o dockle.deb "https://github.com/goodwithtech/dockle/releases/download/v0.4.10/dockle_0.4.10_Linux-64bit.deb"
2020
sudo dpkg -i dockle.deb

.github/workflows/lint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pnpm_install:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/[email protected].0
14+
- uses: actions/[email protected].1
1515
with:
1616
fetch-depth: 0
1717
submodules: true
@@ -38,7 +38,7 @@ jobs:
3838
- sw
3939
- misskey-js
4040
steps:
41-
- uses: actions/[email protected].0
41+
- uses: actions/[email protected].1
4242
with:
4343
fetch-depth: 0
4444
submodules: true
@@ -64,7 +64,7 @@ jobs:
6464
- backend
6565
- misskey-js
6666
steps:
67-
- uses: actions/[email protected].0
67+
- uses: actions/[email protected].1
6868
with:
6969
fetch-depth: 0
7070
submodules: true

.github/workflows/pr-preview-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
# Check out merge commit
5555
- name: Fork based /deploy checkout
56-
uses: actions/[email protected].0
56+
uses: actions/[email protected].1
5757
with:
5858
ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'
5959

.github/workflows/test-backend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- 56312:6379
3030

3131
steps:
32-
- uses: actions/[email protected].0
32+
- uses: actions/[email protected].1
3333
with:
3434
submodules: true
3535
- name: Install pnpm

.github/workflows/test-frontend.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: [20.5.1]
1717

1818
steps:
19-
- uses: actions/[email protected].0
19+
- uses: actions/[email protected].1
2020
with:
2121
submodules: true
2222
- name: Install pnpm
@@ -68,7 +68,7 @@ jobs:
6868
- 56312:6379
6969

7070
steps:
71-
- uses: actions/[email protected].0
71+
- uses: actions/[email protected].1
7272
with:
7373
submodules: true
7474
# https://github.com/cypress-io/cypress-docker-images/issues/150

.github/workflows/test-misskey-js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/[email protected].0
24+
uses: actions/[email protected].1
2525

2626
- run: corepack enable
2727

.github/workflows/test-production.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: [20.5.1]
2020

2121
steps:
22-
- uses: actions/[email protected].0
22+
- uses: actions/[email protected].1
2323
with:
2424
submodules: true
2525
- name: Install pnpm

0 commit comments

Comments
 (0)