We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2508848 commit 093e1f0Copy full SHA for 093e1f0
.github/workflows/autopkg_run.yml
@@ -11,12 +11,12 @@ jobs:
11
$(which curl) --version
12
$(which jq) --version
13
shell: bash -x {0}
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
15
with:
16
fetch-depth: 2
17
- name: Get changed files
18
id: changed-recipe-files
19
- uses: tj-actions/changed-files@v41.0.0
+ uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32
20
21
files: "**/**.recipe"
22
separator: ","
0 commit comments