chore(deps): bump tj-actions/changed-files from 29.0.7 to 30.0.0 (#7107)

pull/7111/head
dependabot[bot] 2 years ago committed by GitHub
parent 04a2f3b468
commit 84870c699b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/workflows/check-urls.yml

@ -24,14 +24,14 @@ jobs:
# NOTE: tj-actions/changed-files. # NOTE: tj-actions/changed-files.
# For push events you need to include fetch-depth: 0 | 2 depending on your use case. # For push events you need to include fetch-depth: 0 | 2 depending on your use case.
# 0: retrieve all history for all branches and tags # 0: retrieve all history for all branches and tags
# 1: retrieve current commit (by default) # 1: retrieve only current commit (by default)
# 2: retrieve the preceding commit # 2: retrieve until the preceding commit
- name: Determine workflow parameters - name: Determine workflow parameters
id: init-params id: init-params
run: | run: |
echo "::set-output name=fetch_depth::0"; echo "::set-output name=fetch_depth::0";
if [ "${{ github.event_name }}" == "pull_request" ]; then if [ "${{ github.event_name }}" == "pull_request" ]; then
echo "::set-output name=fetch_depth::1"; echo "::set-output name=fetch_depth::0";
fi fi
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -40,7 +40,7 @@ jobs:
- name: Get changed files - name: Get changed files
id: changed-files id: changed-files
uses: tj-actions/changed-files@v29.0.7 uses: tj-actions/changed-files@v30.0.0
with: with:
separator: " " separator: " "

Loading…
Cancel
Save