diff --git a/.github/workflows/archlinuxarm-armv7-docker.yml b/.github/workflows/archlinuxarm-armv7-docker.yml index f022f32..90e6c18 100644 --- a/.github/workflows/archlinuxarm-armv7-docker.yml +++ b/.github/workflows/archlinuxarm-armv7-docker.yml @@ -18,7 +18,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Get dependencies run: | diff --git a/.github/workflows/archlinuxarm-armv8-docker.yml b/.github/workflows/archlinuxarm-armv8-docker.yml index 34a9dd3..7a20253 100644 --- a/.github/workflows/archlinuxarm-armv8-docker.yml +++ b/.github/workflows/archlinuxarm-armv8-docker.yml @@ -18,7 +18,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Get dependencies run: | diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index cf5c05a..0877198 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Set up QEMU # Required only for the multi-arch container builds that are pushed to Dockerhub. diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2b297ec..3bcf684 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: # brew install pre-commit shellcheck && pre-commit run -a runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - uses: actions/setup-go@v4.1.0 with: go-version: '1.21' @@ -24,7 +24,7 @@ jobs: # brew install golangci-lint && golangci-lint run runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - uses: actions/setup-go@v4.1.0 with: go-version: '1.21' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f72c1b2..2d169cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout if: steps.cache-key.outputs.cache-hit != 'true' - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Set up Go 1.21 if: steps.cache-key.outputs.cache-hit != 'true' @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Fetch additional packages run: | @@ -118,7 +118,7 @@ jobs: runs-on: macos-12 name: Build board with vagrant steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Cache Vagrant boxes uses: actions/cache@v3