mirror of
https://github.com/Icinga/L10n.git
synced 2025-07-31 01:34:20 +02:00
CI: Update Checkout Action to v3
This commit is contained in:
parent
df0e119077
commit
0fc4485134
2
.github/workflows/automatic-resolve.yml
vendored
2
.github/workflows/automatic-resolve.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code base
|
- name: Checkout code base
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ssh-key: ${{ secrets.ICINGABOT_SSHKEY }}
|
ssh-key: ${{ secrets.ICINGABOT_SSHKEY }}
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
|
2
.github/workflows/template-update.yml
vendored
2
.github/workflows/template-update.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code base
|
- name: Checkout code base
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup dependencies
|
- name: Setup dependencies
|
||||||
run: sudo apt-get -y install gettext
|
run: sudo apt-get -y install gettext
|
||||||
|
Loading…
x
Reference in New Issue
Block a user