diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0948388..46c2142 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: if: github.event.pull_request.draft == false steps: - uses: actions/setup-go@v5 - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: golangci-lint uses: golangci/golangci-lint-action@v7 with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4114e6c..94c48b6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/editerconfig-checker.yml b/.github/workflows/editerconfig-checker.yml index d053743..3bc5ee5 100644 --- a/.github/workflows/editerconfig-checker.yml +++ b/.github/workflows/editerconfig-checker.yml @@ -16,6 +16,6 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.draft == false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: editorconfig-checker/action-editorconfig-checker@main - run: editorconfig-checker diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 9055266..b80efd6 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up QEMU uses: docker/setup-qemu-action@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a68bd8c..e2ce433 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0