Skip to content

Commit

Permalink
chore(ci): update ci deps
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyme committed Oct 16, 2024
1 parent 151e916 commit b8a39e4
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-misskey-js-autogen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- pre-checkout
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ needs.pre-checkout.outputs.sha }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
pnpm run --filter misskey-js-type-generator generate
- name: Upload generated_misskey_js
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: generated_misskey_js
path: packages/misskey-js/generator/built/autogen
Expand All @@ -82,15 +82,15 @@ jobs:
- pre-checkout
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ needs.pre-checkout.outputs.sha }}
fetch-depth: 1
submodules: true

- name: Upload actual_misskey_js
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: actual_misskey_js
path: packages/misskey-js/src/autogen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-misskey-js-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- pre-checkout
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ needs.pre-checkout.outputs.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-spdx-license-id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- pre-checkout
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ needs.pre-checkout.outputs.sha }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ github.event.release.tag_name }}
fetch-depth: 1

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3.7.0
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1

- name: Docker meta
id: meta
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
touch "/tmp/digests/${digest#sha256:}"
- name: Upload digest
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: digests-${{ env.PLATFORM_PAIR }}
path: /tmp/digests/*
Expand All @@ -99,7 +99,7 @@ jobs:
merge-multiple: true

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@8026d2bc3645ea78b0d2544766a1225eb5691f89 # v3.7.0
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1

- name: Docker meta
id: meta
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-locales.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- pre-checkout
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ needs.pre-checkout.outputs.sha }}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ needs.pre-checkout.outputs.sha }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- pre-checkout
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ needs.pre-checkout.outputs.sha }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
eslint-cache-path: ${{ github.workspace }}/node_modules/.cache/eslint-${{ matrix.workspace }}
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ needs.pre-checkout.outputs.sha }}
Expand All @@ -97,7 +97,7 @@ jobs:
pnpm i --frozen-lockfile
- name: Restore eslint cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
path: ${{ env.eslint-cache-path }}
key: eslint-${{ env.eslint-cache-version }}-${{ matrix.workspace }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ needs.pre-checkout.outputs.sha }}
Expand All @@ -122,7 +122,7 @@ jobs:
- sw
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ needs.pre-checkout.outputs.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-checkout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout
id: checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ steps.prepare.outputs.ref }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
new_version: ${{ steps.generate.outputs.new_version }}
steps:
- name: Checkout ${{ github.sha }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ github.sha }}
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- parse-version
steps:
- name: Checkout ${{ github.sha }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ github.sha }}
Expand All @@ -116,7 +116,7 @@ jobs:
sed -i "s|image: ${old_docker_image}|image: ${new_docker_image}|g" compose_example.yml
- name: Upload artifacts
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
name: bump_version_files
path: |
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
echo "user-id=${user_id}" >> $GITHUB_OUTPUT
- name: Checkout ${{ vars.DEVELOP_BRANCH }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
token: ${{ steps.app-token.outputs.token }}
persist-credentials: false
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
private-key: ${{ secrets.RELEASE_PRIVATE_KEY }}

- name: Checkout ${{ vars.DEVELOP_BRANCH }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
token: ${{ steps.app-token.outputs.token }}
persist-credentials: false
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
private-key: ${{ secrets.RELEASE_PRIVATE_KEY }}

- name: Checkout ${{ vars.DEVELOP_BRANCH }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
token: ${{ steps.app-token.outputs.token }}
persist-credentials: false
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
private-key: ${{ secrets.RELEASE_PRIVATE_KEY }}

- name: Checkout ${{ vars.RELEASE_BRANCH }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
token: ${{ steps.app-token.outputs.token }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-federation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- pre-checkout
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false
ref: ${{ needs.pre-checkout.outputs.sha }}
Expand Down

0 comments on commit b8a39e4

Please sign in to comment.