From 0fc4485134b03239577258f30b3661850c18893c Mon Sep 17 00:00:00 2001 From: Timm Ortloff Date: Mon, 9 Jan 2023 12:55:45 +0100 Subject: [PATCH] CI: Update Checkout Action to v3 --- .github/workflows/automatic-resolve.yml | 2 +- .github/workflows/template-update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automatic-resolve.yml b/.github/workflows/automatic-resolve.yml index 1d8c8857..f60c6f30 100644 --- a/.github/workflows/automatic-resolve.yml +++ b/.github/workflows/automatic-resolve.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code base - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ssh-key: ${{ secrets.ICINGABOT_SSHKEY }} ref: ${{ github.head_ref }} diff --git a/.github/workflows/template-update.yml b/.github/workflows/template-update.yml index 5283bdb6..b162b697 100644 --- a/.github/workflows/template-update.yml +++ b/.github/workflows/template-update.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code base - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup dependencies run: sudo apt-get -y install gettext