We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46629a5 + 69fd387 commit fe6762cCopy full SHA for fe6762c
2 files changed
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
packages: write
21
steps:
22
- name: Clone this git repository
23
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
24
25
- name: Docker meta
26
if: github.event_name != 'pull_request'
.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
13
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14
15
16
17
18
- name: Install lint dependencies
19
run: make lint/install
0 commit comments