Skip to content

Commit

Permalink
Update actions/checkout action to v3.5.3 (#417)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and na2na-p committed Nov 12, 2023
1 parent 18c21cf commit 009e0cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-push-misskey-na2na.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
MISSKEY_VERSION: ${{ env.MISSKEY_VERSION }}
steps:
- name: Check out the repo
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
- name: Get current version
id: get_version
run: |
Expand All @@ -48,7 +48,7 @@ jobs:
if: ${{ needs.Check-image-already-exists.outputs.tag_exists == 'false' }}
steps:
- name: Check out the repo
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2.6.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=7168"

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
if: github.event_name != 'pull_request_target'
with:
fetch-depth: 0
submodules: true
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.3
if: github.event_name == 'pull_request_target'
with:
fetch-depth: 0
Expand Down

0 comments on commit 009e0cb

Please sign in to comment.