This is an automated email from the ASF dual-hosted git repository.
erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git
The following commit(s) were added to refs/heads/master by this push:
new 117f293 ci(nightly): correct actions/checkout version tag (#304)
117f293 is described below
commit 117f2934578a398c96cf984818c6b665f0a6da95
Author: エリス <[email protected]>
AuthorDate: Wed May 10 10:58:02 2023 +0900
ci(nightly): correct actions/checkout version tag (#304)
---
.github/workflows/nightly.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 9b4fbfe..642c850 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -44,7 +44,7 @@ jobs:
npm_config_loglevel: verbose
steps:
- - uses: actions/checkout@3
+ - uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]