From ce98f54203aad6d682dbff9cefed5fc00e216194 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 19:48:03 +0000 Subject: [PATCH] Update actions/checkout action to v3 --- .github/workflows/ci.yml | 2 +- .github/workflows/translations.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45cf1d01..e569a17d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.0.0 with: token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }} diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 5fa76af9..889ebf93 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.0.0 with: token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}