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

github.com/neutrinolabs/xorgxrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt335672 <30179339+matt335672@users.noreply.github.com>2022-10-20 12:00:25 +0300
committermatt335672 <30179339+matt335672@users.noreply.github.com>2022-10-20 12:00:25 +0300
commit627e32f5bc1af1073049b91e662ba6167269a5c2 (patch)
tree48c167bef8e6b3a1c7df459299ddaa12671a30a4
parent8fe519fd2039922ffadf9e88db5f2b1b3691e64d (diff)
Update github actions to address warnings
Fixes 'Node.js 12 actions are deprecated' warnings
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ee5d534..cc44ce1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
XRDP_CFLAGS: -I${{ github.workspace }}/xrdp/common
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- run: sudo scripts/install_xorgxrdp_build_dependencies_with_apt.sh ${{ matrix.arch }} --allow-downgrades --allow-remove-essential --allow-change-held-packages
- run: git clone --depth 1 --branch=devel https://github.com/neutrinolabs/xrdp.git ${{ github.workspace}}/xrdp
- run: ./bootstrap