diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01122c4..a1ebbbe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: outputs: matrix: ${{ steps.generate.outputs.matrix }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Generate matrix from matrix.json id: generate @@ -38,7 +38,7 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Extract versions from Dockerfile id: versions diff --git a/.github/workflows/check-sdk-updates.yml b/.github/workflows/check-sdk-updates.yml index b886c64..439ddf8 100644 --- a/.github/workflows/check-sdk-updates.yml +++ b/.github/workflows/check-sdk-updates.yml @@ -27,7 +27,7 @@ jobs: exit 1 fi - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.AUTOMERGE_PAT }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ed56d3f..1c15512 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: outputs: matrix: ${{ steps.generate.outputs.matrix }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Generate matrix from matrix.json id: generate @@ -33,7 +33,7 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Extract versions from Dockerfile id: versions