diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 865e0ff8e..8b2b0cebb 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - id: changed-files name: Get changed files - uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 #v44.0.0 + uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 #v44.0.1 with: files_ignore: | **/*.md diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 680e8ff00..b897d8d53 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -104,7 +104,7 @@ jobs: version: v0.15.1 - name: Install cosign - uses: sigstore/cosign-installer@v3.4.0 + uses: sigstore/cosign-installer@v3.5.0 with: cosign-release: "v2.2.2"