We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aefcf6d + b6b5ae2 commit 5245971Copy full SHA for 5245971
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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