We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049bc0c commit dd7e206Copy full SHA for dd7e206
.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@0b975f61488402a699abcebd6a1e25924cf85218
+ - uses: tj-actions/changed-files@6482371e862961013f9584015cf362c4f664b20c
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