Skip to content

Commit c760263

Browse files
committed
GH Actions: Bump actions/checkout to version 3
Version 2 is based on Node.js 12 and is deprecated. Version 3 is based on Node.js 16. There are some minor changes but none that affects OpenSCAP. The action for 'CodeQL' already uses version 3.
1 parent 68e30ef commit c760263

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Steps represent a sequence of tasks that will be executed as part of the job
2727
steps:
2828
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030
with:
3131
submodules: recursive
3232

@@ -61,7 +61,7 @@ jobs:
6161
- name: Install Deps
6262
run: dnf install -y cmake git dbus-devel GConf2-devel libacl-devel libblkid-devel libcap-devel libcurl-devel libgcrypt-devel libselinux-devel libxml2-devel libxslt-devel libattr-devel make openldap-devel pcre-devel perl-XML-Parser perl-XML-XPath perl-devel python3-devel rpm-devel swig bzip2-devel gcc-c++ libyaml-devel xmlsec1-devel xmlsec1-openssl-devel hostname bzip2 lua rpm-build which strace
6363
- name: Checkout
64-
uses: actions/checkout@v2
64+
uses: actions/checkout@v3
6565
with:
6666
submodules: recursive
6767
- name: Build
@@ -82,7 +82,7 @@ jobs:
8282
# Steps represent a sequence of tasks that will be executed as part of the job
8383
steps:
8484
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
85-
- uses: actions/checkout@v2
85+
- uses: actions/checkout@v3
8686

8787
# Runs a single command using the runners shell
8888
- name: Install Deps

0 commit comments

Comments
 (0)