We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9cac3 commit 9db0b3bCopy full SHA for 9db0b3b
.github/workflows/github-actions-lint.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: tj-actions/changed-files@v45
+ - uses: tj-actions/changed-files@v46
13
id: changed-files
14
with:
15
files: |
.github/workflows/rubocop.yml
@@ -14,7 +14,7 @@ jobs:
BUNDLE_ONLY: ${{ vars.RUBOCOP_BUNDLE_ONLY || 'rubocop' }}
16
17
18
19
20
.github/workflows/yaml-lint.yml
0 commit comments