diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b15d2a4..a17b452 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - {"name": "ha_aarch64", "args": "GOARCH=arm64"} steps: - name: Checkout the repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Setup go ${{ env.GOLANG_VERSION }} uses: actions/setup-go@v5.0.2 diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 747b59b..b5a45f5 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -10,7 +10,7 @@ jobs: codespell: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: codespell-project/actions-codespell@v2.1 with: skip: ./.git,./go.sum diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 5caf407..b4ca3aa 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -11,7 +11,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - name: golangci-lint uses: golangci/golangci-lint-action@v6.1.1 with: