Skip to content

Commit 3757195

Browse files
chore(deps): update andstor/file-existence-action action to v3.1.0 (#13190)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [andstor/file-existence-action](https://redirect.github.com/andstor/file-existence-action) | action | minor | `v3.0.0` → `v3.1.0` | --- ### Release Notes <details> <summary>andstor/file-existence-action (andstor/file-existence-action)</summary> ### [`v3.1.0`](https://redirect.github.com/andstor/file-existence-action/releases/tag/v3.1.0) [Compare Source](https://redirect.github.com/andstor/file-existence-action/compare/v3.0.0...v3.1.0) ##### What's Changed - feat: Add verbose mode by [@&#8203;ffflorian](https://redirect.github.com/ffflorian) in [#&#8203;167](https://redirect.github.com/andstor/file-existence-action/pull/167) - Upgrade to Node 24 by [@&#8203;JordanLongstaff](https://redirect.github.com/JordanLongstaff) in [#&#8203;173](https://redirect.github.com/andstor/file-existence-action/pull/173) ##### New Contributors - [@&#8203;ffflorian](https://redirect.github.com/ffflorian) made their first contribution in [#&#8203;167](https://redirect.github.com/andstor/file-existence-action/pull/167) - [@&#8203;JordanLongstaff](https://redirect.github.com/JordanLongstaff) made their first contribution in [#&#8203;173](https://redirect.github.com/andstor/file-existence-action/pull/173) **Full Changelog**: <andstor/file-existence-action@v3...v3.1.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apollographql/apollo-client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbIjpjaHJpc3RtYXNfdHJlZTogZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jerel Miller <jerelmiller@gmail.com>
1 parent 42e1042 commit 3757195

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Check for pre.json file existence
4242
id: check_files
43-
uses: andstor/file-existence-action@v3.0.0
43+
uses: andstor/file-existence-action@v3.1.0
4444
with:
4545
files: ".changeset/pre.json"
4646

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Check for pre.json file existence
3737
id: check_files
38-
uses: andstor/file-existence-action@v3.0.0
38+
uses: andstor/file-existence-action@v3.1.0
3939
with:
4040
files: ".changeset/pre.json"
4141

0 commit comments

Comments
 (0)