We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5049c0 commit da89d6cCopy full SHA for da89d6c
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
- install_type: FULL
39
ssl: LIBRESSL
40
steps:
41
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
42
43
- name: Build NGINX in Docker
44
run: docker build . --file .github/workflows/docker/Dockerfile --build-arg NGINX_VER=${{ matrix.nginx_ver }} --build-arg BASE_IMAGE=${{ matrix.os }} --build-arg INSTALL_TYPE=${{ matrix.install_type }} --build-arg SSL=${{ matrix.ssl }}
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
- name: Checkout Code
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
16
- name: Lint Code Base
17
uses: github/[email protected]
18
env:
0 commit comments