Revision 1c395fdd
Von Bernd Bleßmann vor 8 Monaten hinzugefügt
.github/workflows/main.yml | ||
---|---|---|
13 | 13 |
runs-on: ubuntu-22.04 |
14 | 14 |
steps: |
15 | 15 |
- name: Check out repository code |
16 |
uses: actions/checkout@v3
|
|
16 |
uses: actions/checkout@v4
|
|
17 | 17 |
- name: Installiere Perl Module und Postgresql |
18 | 18 |
run: | |
19 | 19 |
sudo add-apt-repository universe |
Auch abrufbar als: Unified diff
github workflow: checkout action in Version @v4
Um die Warnung zu vermeiden, das node 16 ausläuft.
(Node.js 16 actions are deprecated.
Please update the following actions to use Node.js 20: actions/checkout@v3)