Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

chore(deps): Bump andstor/file-existence-action from 1 to 2 #32

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/go-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Check for .codecov.yaml
id: codecov-enabled
uses: andstor/file-existence-action@v1
uses: andstor/file-existence-action@v2
with:
files: .codecov.yaml

Expand Down