diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b12ecf8..abc71f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: with: fetch-depth: 0 - name: Check Docker - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 id: docker_changes with: files: | @@ -40,7 +40,7 @@ jobs: docker-compose*.yml .dockerignore - name: Check Shell - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 id: shell_changes with: files: | @@ -49,12 +49,12 @@ jobs: **/*.zsh scripts/** - name: Check Workflows - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 id: workflow_changes with: files: .github/workflows/** - name: Check YAML - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 id: yaml_changes with: files: | diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 414ccd4..93b63a8 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 - name: Check Docker - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 id: docker_changes with: files: | diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 1fcb459..49e7389 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 0 - name: Check Docker - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 id: docker_changes with: files: | @@ -33,14 +33,14 @@ jobs: compose.yaml docker-compose*.yml - name: Check Shell - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 id: shell_changes with: files: | **/*.sh scripts/** - name: Check YAML - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 id: yaml_changes with: files: |