File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ GitHub Actions-Syntax für Jobs
47
47
jobs :
48
48
my_job :
49
49
steps :
50
- - uses : actions/checkout@v3
50
+ - uses : actions/checkout@v4
51
51
- run : echo "Run my script here"
52
52
53
53
GitLab CI/CD-Syntax für Jobs
@@ -318,8 +318,8 @@ GitHub Actions-Syntax für Datenbanken und Service-Container
318
318
319
319
steps :
320
320
- name : Python
321
- uses : actions/checkout@v3
322
- uses : actions/setup-python@v4
321
+ uses : actions/checkout@v4
322
+ uses : actions/setup-python@v5
323
323
with :
324
324
python-version : ' 3.10'
325
325
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ Beispiele für GitHub Actions
41
41
pre-commit :
42
42
runs-on : ubuntu-latest
43
43
steps :
44
- - uses : actions/checkout@v3
45
- - uses : actions/setup-python@v3
44
+ - uses : actions/checkout@v4
45
+ - uses : actions/setup-python@v5
46
46
- uses : actions/cache@v3
47
47
with :
48
48
path : ~/.cache/pre-commit
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ Ihr könnt REUSE problemlos in euren Continuous Integration-Workflow integrieren
432
432
test :
433
433
runs-on : ubuntu-latest
434
434
steps :
435
- - uses : actions/checkout@v3
435
+ - uses : actions/checkout@v4
436
436
- name : REUSE Compliance Check
437
437
uses : fsfe/reuse-action@v2
438
438
You can’t perform that action at this time.
0 commit comments