Skip to content

Commit

Permalink
Merge pull request #77 from swoga/renovate/actions-checkout-digest
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout digest to 0ad4b8f
  • Loading branch information
swoga committed May 12, 2024
2 parents 899d7e9 + 02983f1 commit ba3429f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/cache@v4
if: ${{ !env.ACT }}
with:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
GOOS: ${{ matrix.os }}
GOARCH: ${{ matrix.arch }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/cache@v4
with:
path: |
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: ubuntu-latest
needs: build-go
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/download-artifact@v4
with:
name: mikrotik-exporter.linux-amd64
Expand Down

0 comments on commit ba3429f

Please sign in to comment.