From 6bd197c545f785685b564eced84229b82aae0ad8 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 8 Dec 2022 08:28:57 +0100 Subject: [PATCH] Bump Github action versions --- .github/workflows/callable-flex-cleanup.yml | 2 +- .github/workflows/callable-flex-update-archived.yml | 2 +- .github/workflows/callable-flex-update.yml | 2 +- .github/workflows/callable-qa.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/callable-flex-cleanup.yml b/.github/workflows/callable-flex-cleanup.yml index 2f104d3d..15e432ed 100644 --- a/.github/workflows/callable-flex-cleanup.yml +++ b/.github/workflows/callable-flex-cleanup.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Cleanup Flex testing endpoint diff --git a/.github/workflows/callable-flex-update-archived.yml b/.github/workflows/callable-flex-update-archived.yml index 9f644360..d72ccb08 100644 --- a/.github/workflows/callable-flex-update-archived.yml +++ b/.github/workflows/callable-flex-update-archived.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 id: checkout with: fetch-depth: 0 diff --git a/.github/workflows/callable-flex-update.yml b/.github/workflows/callable-flex-update.yml index 5bc6a93a..2cde229a 100644 --- a/.github/workflows/callable-flex-update.yml +++ b/.github/workflows/callable-flex-update.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 id: checkout with: fetch-depth: 0 diff --git a/.github/workflows/callable-qa.yml b/.github/workflows/callable-qa.yml index e93af614..4f047720 100644 --- a/.github/workflows/callable-qa.yml +++ b/.github/workflows/callable-qa.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 id: checkout with: fetch-depth: 0