From fa45c9c766986fc14ebb3baca0e25d2120c846d0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 21 Oct 2020 04:21:33 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v2 --- .github/workflows/ocp-feature.yml | 2 +- .github/workflows/ocp-master.yml | 2 +- .github/workflows/okd-feature.yml | 2 +- .github/workflows/okd-master.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ocp-feature.yml b/.github/workflows/ocp-feature.yml index fd6d8a2..4c38a17 100644 --- a/.github/workflows/ocp-feature.yml +++ b/.github/workflows/ocp-feature.yml @@ -9,7 +9,7 @@ jobs: build-ocp-feature: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Fetch external dependencies run: make fetch DEPLOYMENT_TYPE=ocp - name: Build the Docker image diff --git a/.github/workflows/ocp-master.yml b/.github/workflows/ocp-master.yml index eb6c00e..992ee1d 100644 --- a/.github/workflows/ocp-master.yml +++ b/.github/workflows/ocp-master.yml @@ -9,7 +9,7 @@ jobs: build-ocp: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Fetch external dependencies run: make fetch DEPLOYMENT_TYPE=ocp - name: Build the Docker image diff --git a/.github/workflows/okd-feature.yml b/.github/workflows/okd-feature.yml index a157d92..cd9f759 100644 --- a/.github/workflows/okd-feature.yml +++ b/.github/workflows/okd-feature.yml @@ -9,7 +9,7 @@ jobs: build-okd-feature: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Fetch external dependencies run: make fetch - name: Build the Docker image diff --git a/.github/workflows/okd-master.yml b/.github/workflows/okd-master.yml index 1cd3c1b..e619b84 100644 --- a/.github/workflows/okd-master.yml +++ b/.github/workflows/okd-master.yml @@ -9,7 +9,7 @@ jobs: build-okd: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Fetch external dependencies run: make fetch - name: Build the Docker image