Skip to content

Commit

Permalink
Update actions/checkout action to v3.5.2 (#406)
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 Oct 7, 2024
1 parent a1e2b8d commit 4fbcfad
Showing 1 changed file with 2 additions and 2 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.0
uses: actions/checkout@v3.5.2
- 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.0
uses: actions/checkout@v3.5.2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2.5.0
Expand Down

0 comments on commit 4fbcfad

Please sign in to comment.