Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-04-09 14:00:54 +0300
committerGitHub <noreply@github.com>2022-04-09 14:00:54 +0300
commitb5e5a2c6ee782b26e94d9c10bfbb90611871744a (patch)
tree0fedd5a0b23bab3b6bdcc990ce3e4b56952c6db4 /.github
parentaf3be4a4c77af6c680294ff5a5f16551773e79ce (diff)
parent303680c4f092b99f3e6a85a8a3261f19b69d0732 (diff)
Merge pull request #673 from nextcloud/feat/workflow-auto-update-command-compile.yml
Updating command-compile.yml workflow from template
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/command-compile.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/command-compile.yml b/.github/workflows/command-compile.yml
index 090324e..18b9c11 100644
--- a/.github/workflows/command-compile.yml
+++ b/.github/workflows/command-compile.yml
@@ -54,7 +54,7 @@ jobs:
steps:
- name: Checkout ${{ needs.init.outputs.head_ref }}
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
fetch-depth: 0
@@ -66,14 +66,14 @@ jobs:
git config --local user.name "nextcloud-command"
- name: Read package.json node and npm engines version
- uses: skjnldsv/read-package-engines-version-actions@v1
+ uses: skjnldsv/read-package-engines-version-actions@v1.2
id: package-engines-versions
with:
fallbackNode: '^12'
fallbackNpm: '^6'
- name: Set up node ${{ steps.package-engines-versions.outputs.nodeVersion }}
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
with:
node-version: ${{ steps.package-engines-versions.outputs.nodeVersion }}
cache: npm