summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2024-03-02 13:06:33 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2024-03-02 13:06:33 +0100
commite86bb2eb771e12b8b28e0530764a8b88019b68e4 (patch)
treec35f97dd4e83ff758a4dc67b30a4c5b5956ff3c9
parent54bb5dc7dfccbef2cf5d037d0b0932f18cb41734 (diff)
downloadmod_authnz_pam-e86bb2eb771e12b8b28e0530764a8b88019b68e4.tar.gz
mod_authnz_pam-e86bb2eb771e12b8b28e0530764a8b88019b68e4.tar.xz
mod_authnz_pam-e86bb2eb771e12b8b28e0530764a8b88019b68e4.zip
Address Node.js 16 actions are deprecated.HEADmaster
Message on the run page continued with Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
-rw-r--r--.github/workflows/build-test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml
index 9d3335c..60940e8 100644
--- a/.github/workflows/build-test.yaml
+++ b/.github/workflows/build-test.yaml
@@ -21,7 +21,7 @@ jobs:
- 'quay.io/centos/centos:stream8'
- 'quay.io/centos/centos:centos7'
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Set the right OS in the Dockerfile
run: sed -i "s#^FROM.*#FROM ${{ matrix.os }}#" tests/Dockerfile
- name: Build image