Skip to content

Commit

Permalink
Merge pull request #88 from STNS/renovate/actions-checkout-digest
Browse files Browse the repository at this point in the history
Update actions/checkout digest to b4ffde6
  • Loading branch information
pyama86 authored Mar 12, 2024
2 parents ae4905a + bb73ce0 commit 9ac5eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Cache assets
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
with:
Expand All @@ -16,7 +16,7 @@ jobs:
restore-keys: |
${{ runner.os }}-build-
${{ runner.os }}-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: test
run: make test_on_docker
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- name: Set up Docker Buildx
Expand Down

0 comments on commit 9ac5eca

Please sign in to comment.