summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-18 07:47:17 -0400
committerGitHub <noreply@github.com>2024-03-18 07:47:17 -0400
commit5d0aef0034ee5d0e427bc33d042b373c7f5dadea (patch)
tree72f6a9284630351784a9ad523112d1dbe17d7539
parent45a1681ad384840a898e3b3e0009cd9f7ffefe03 (diff)
Bump tj-actions/changed-files from 42 to 43 (#17187)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42 to 43. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v42...v43) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/build-macos.yml2
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/checks.yml2
-rw-r--r--.github/workflows/docker.yml2
-rw-r--r--.github/workflows/go-tests.yml2
-rw-r--r--.github/workflows/packaging.yml2
6 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml
index d5253b248f..dd6e415406 100644
--- a/.github/workflows/build-macos.yml
+++ b/.github/workflows/build-macos.yml
@@ -25,7 +25,7 @@ jobs:
submodules: recursive
- name: Check files
id: check-files
- uses: tj-actions/changed-files@v42
+ uses: tj-actions/changed-files@v43
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 49246d1962..7ca83d8676 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
submodules: recursive
- name: Check files
id: check-files
- uses: tj-actions/changed-files@v42
+ uses: tj-actions/changed-files@v43
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 5f99dfda30..01ada74229 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -25,7 +25,7 @@ jobs:
submodules: recursive
- name: Check files
id: check-files
- uses: tj-actions/changed-files@v42
+ uses: tj-actions/changed-files@v43
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index d7d63514c4..b9f865f13a 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -42,7 +42,7 @@ jobs:
- name: Check files
id: check-files
if: github.event_name != 'workflow_dispatch'
- uses: tj-actions/changed-files@v42
+ uses: tj-actions/changed-files@v43
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml
index 531c290ae9..9e55505072 100644
--- a/.github/workflows/go-tests.yml
+++ b/.github/workflows/go-tests.yml
@@ -24,7 +24,7 @@ jobs:
submodules: recursive
- name: Check files
id: check-files
- uses: tj-actions/changed-files@v42
+ uses: tj-actions/changed-files@v43
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index c171b60dea..7e72fb3f06 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -41,7 +41,7 @@ jobs:
submodules: recursive
- name: Check files
id: check-files
- uses: tj-actions/changed-files@v42
+ uses: tj-actions/changed-files@v43
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |