Merge pull request #228 from Icinga/UpdateCheckoutAction

Update Checkout Action to v3
This commit is contained in:
Eric Lippmann 2023-01-17 09:17:31 +01:00 committed by GitHub
commit 8cfc8e7cd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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