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 1e5ef8e commit 940f76fCopy full SHA for 940f76f
.github/workflows/go.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-24.04
10
steps:
11
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
12
- - uses: tj-actions/changed-files@480f49412651059a414a6a5c96887abb1877de8a
+ - uses: tj-actions/changed-files@403a8a6fd188648f8a5adab2047d8eab5c0a4b34
13
id: changed
14
with:
15
files: |
.github/workflows/integration.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- id: tag
31
run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT"
32
33
id: core
34
35
0 commit comments