mirror of
https://github.com/matter-labs/teepot.git
synced 2026-04-10 12:24:48 +02:00
chore(deps): update actions/checkout digest to 34e1148
This commit is contained in:
parent
f91ff6c1c9
commit
51804bc569
4 changed files with 6 additions and 6 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||
- uses: enarx/spdx@d4020ee98e3101dd487c5184f27c6a6fb4f88709
|
||||
with:
|
||||
licenses: |-
|
||||
|
|
@ -27,6 +27,6 @@ jobs:
|
|||
name: taplo
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||
- uses: cachix/install-nix-action@v31
|
||||
- run: nix run nixpkgs#taplo -- fmt --check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue