diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index dcd1f7c..abe7ebb 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -22,7 +22,7 @@ jobs: sha: ${{ steps.commit.outputs.sha }} sha_short: ${{ steps.commit.outputs.sha_short }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Get commit data id: commit run: | @@ -47,7 +47,7 @@ jobs: needs: - validate-release steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up PDM uses: pdm-project/setup-pdm@v3 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 74c93d8..c7d595d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: version: ${{ steps.semver.outputs.version }} sha: ${{ steps.commit.outputs.sha }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Get commit data id: commit run: | @@ -46,7 +46,7 @@ jobs: needs: - tag-version steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Login to Docker Hub uses: docker/login-action@v3 with: