Skip to content

Commit d162ced

Browse files
build(deps): Bump andstor/file-existence-action from 2 to 3 (#324)
Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 2 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/andstor/file-existence-action/releases">andstor/file-existence-action's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <h3>Changed</h3> <ul> <li>Updated to the node20 runtime by default</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/andstor/file-existence-action/commit/076e0072799f4942c8bc574a82233e1e4d13e9d6"><code>076e007</code></a> Update build.yml</li> <li><a href="https://github.com/andstor/file-existence-action/commit/40a4313c6156334e269bbaa8f74df3e7461261d2"><code>40a4313</code></a> 3.0.0</li> <li><a href="https://github.com/andstor/file-existence-action/commit/05baca10e3736302d2255ea1b2aa81e5beec9763"><code>05baca1</code></a> Merge pull request <a href="https://redirect.github.com/andstor/file-existence-action/issues/144">#144</a> from raminqaf/dep/update-node-20</li> <li><a href="https://github.com/andstor/file-existence-action/commit/d591c26a55247df8d1e7edc448e7df0a042620fe"><code>d591c26</code></a> update worklow versions</li> <li><a href="https://github.com/andstor/file-existence-action/commit/1ed29c7ca4eaef96910211dff95b8c9b4532067a"><code>1ed29c7</code></a> update lock.json</li> <li><a href="https://github.com/andstor/file-existence-action/commit/3f9b45871ab13fc1c923934f117cd39f96c60362"><code>3f9b458</code></a> update package.json</li> <li><a href="https://github.com/andstor/file-existence-action/commit/94db14c87110464348a2c11e087f385ea972728d"><code>94db14c</code></a> update checkout version in readme</li> <li><a href="https://github.com/andstor/file-existence-action/commit/927e5808292db00d525fd7a820bb2df5ed75d2aa"><code>927e580</code></a> Replace Node.js 16 with Node.js 20</li> <li>See full diff in <a href="https://github.com/andstor/file-existence-action/compare/v2...v3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=andstor/file-existence-action&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 132038e commit d162ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

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

6363
- name: "Check e2e tests exist"
6464
id: check_e2e_tests_exist
65-
uses: andstor/file-existence-action@v2
65+
uses: andstor/file-existence-action@v3
6666
with:
6767
files: "test/e2e/**"
6868

0 commit comments

Comments
 (0)