Skip to content

Commit

Permalink
chore(deps): bump andstor/file-existence-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 2 to 3.
- [Release notes](https://github.com/andstor/file-existence-action/releases)
- [Commits](andstor/file-existence-action@v2...v3)

---
updated-dependencies:
- dependency-name: andstor/file-existence-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and escalate committed Jan 29, 2024
1 parent 8a0d1cb commit 68483e2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Check for Dockerfile files
id: check_dockerfile
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "**/Dockerfile*"

Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:

- name: Check for Shell files
id: check_shell
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "**/*.sh"

Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:

- name: Check for YAML files
id: check_yaml
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "**/*.yml"

Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:

- name: Check for Python files
id: check_python
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "**/*.py"

Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
- name: Check for Tox file
id: check_tox
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "tox.ini"

Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:

- name: Check for Ansible files
id: check_ansible
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "tasks, meta"

Expand All @@ -267,7 +267,7 @@ jobs:
- name: Check for Molecule files
id: check_molecule
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "molecule"

Expand All @@ -290,7 +290,7 @@ jobs:

- name: Check for Docker-Compose test file
id: check_docker_compose_test
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "docker-compose.test.yml"

Expand All @@ -308,7 +308,7 @@ jobs:

- name: Check for Go files
id: check_go
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: "**/*.go"

Expand Down

0 comments on commit 68483e2

Please sign in to comment.