Revision 1c395fdd
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
.github/workflows/main.yml | ||
---|---|---|
runs-on: ubuntu-22.04
|
||
steps:
|
||
- name: Check out repository code
|
||
uses: actions/checkout@v3
|
||
uses: actions/checkout@v4
|
||
- name: Installiere Perl Module und Postgresql
|
||
run: |
|
||
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)