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

github.com/neutrinolabs/xrdp.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-19 13:09:58 +0300
committermatt335672 <30179339+matt335672@users.noreply.github.com>2022-10-19 13:11:12 +0300
commit288dbf4e1fdc696e9eb0da30fe09d998d696abcb (patch)
tree32fc0cd2f487fcc8b99adf29848e90adfebeb8cf
parent5b510107aa160a817ee93f56c2daabbb1754d3bd (diff)
Update github actions version for node.js 16
-rw-r--r--.github/workflows/build.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 85038661..70d79632 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -115,7 +115,7 @@ jobs:
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH_${{ matrix.arch }}" >> $GITHUB_ENV
echo "CFLAGS=$CFLAGS_${{ matrix.arch }}" >> $GITHUB_ENV
echo "LDFLAGS=$LDFLAGS_${{ matrix.arch }}" >> $GITHUB_ENV
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- run: sudo scripts/install_xrdp_build_dependencies_with_apt.sh ${{ matrix.feature_set }} ${{ matrix.arch }} --allow-downgrades --allow-remove-essential --allow-change-held-packages
- run: ./bootstrap
- run: ./configure $CONF_FLAGS
@@ -139,9 +139,9 @@ jobs:
id: os
run: echo "::set-output name=image::$ImageOS"
shell: bash
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Cache cppcheck
- uses: actions/cache@v2
+ uses: actions/cache@v3
env:
cache-name: cache-cppcheck
with:
@@ -168,9 +168,9 @@ jobs:
id: os
run: echo "::set-output name=image::$ImageOS"
shell: bash
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Cache astyle
- uses: actions/cache@v2
+ uses: actions/cache@v3
env:
cache-name: cache-astyle
with: