summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2023-05-25 10:20:40 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2023-05-25 10:20:40 +0200
commit82708b677bf2cde3457eedaf75f3cbdc48ff473c (patch)
treedd2dbb8c61629eb68599fc05a6fe3af69ba35ad6
parent7ef6ea80236e1465aaa53fab02138f0f9a730ab5 (diff)
downloadmod_authnz_pam-82708b677bf2cde3457eedaf75f3cbdc48ff473c.tar.gz
mod_authnz_pam-82708b677bf2cde3457eedaf75f3cbdc48ff473c.tar.xz
mod_authnz_pam-82708b677bf2cde3457eedaf75f3cbdc48ff473c.zip
Address Node.js 12 actions are deprecated.
Message on workflows continued with Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
-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 f2c097c..8a48225 100644
--- a/.github/workflows/build-test.yaml
+++ b/.github/workflows/build-test.yaml
@@ -21,7 +21,7 @@ jobs:
- 'quay.io/centos/centos:stream8'
- 'registry.centos.org/centos:7'
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set the right OS in the Dockerfile
run: sed -i "s#^FROM.*#FROM ${{ matrix.os }}#" tests/Dockerfile
- name: Build image