Procházet zdrojové kódy

Update GitHub Actions to use latest versions

Bumps `actions/checkout` to v6 and `actions/upload-artifact` to v7.
pull/1441/head
Eric Sizemore před 1 týdnem
rodič
revize
3d27f7383f
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      .github/workflows/ci.yml

+ 2
- 2
.github/workflows/ci.yml Zobrazit soubor

15
     name: Link Check
15
     name: Link Check
16
     runs-on: ubuntu-latest
16
     runs-on: ubuntu-latest
17
     steps:
17
     steps:
18
-      - uses: actions/checkout@v4
18
+      - uses: actions/checkout@v6
19
 
19
 
20
       - name: Check links
20
       - name: Check links
21
         uses: lycheeverse/lychee-action@v2
21
         uses: lycheeverse/lychee-action@v2
36
             README.md
36
             README.md
37
           fail: true
37
           fail: true
38
 
38
 
39
-      - uses: actions/upload-artifact@v4
39
+      - uses: actions/upload-artifact@v7
40
         if: failure()
40
         if: failure()
41
         with:
41
         with:
42
           name: lychee-results
42
           name: lychee-results

Načítá se…
Zrušit
Uložit