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