diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 30a5d2f..de9e1dd 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Enable Corepack run: corepack enable diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 27392a6..931c885 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v5.1.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7ae4ab..0925923 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - uses: chainguard-dev/actions/setup-gitsign@main