Quellcode durchsuchen

build(deps): bump actions/checkout from 5 to 6 (#241)

dependabot[bot] vor 3 Wochen
Ursprung
Commit
b1150727a6
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      .github/workflows/python.yml

+ 4 - 4
.github/workflows/python.yml

@@ -18,7 +18,7 @@ jobs:
       matrix:
         python-version: ['3.13']
     steps:
-    - uses: actions/checkout@v5
+    - uses: actions/checkout@v6
     - uses: actions/setup-python@v6
       with:
         python-version: ${{ matrix.python-version }}
@@ -41,7 +41,7 @@ jobs:
         - '3.13'
       fail-fast: false
     steps:
-    - uses: actions/checkout@v5
+    - uses: actions/checkout@v6
     - uses: actions/setup-python@v6
       with:
         python-version: ${{ matrix.python-version }}
@@ -76,7 +76,7 @@ jobs:
   install:
     runs-on: ubuntu-24.04
     steps:
-    - uses: actions/checkout@v5
+    - uses: actions/checkout@v6
     - uses: actions/setup-python@v6
       with: {python-version: 3.11}
     - run: '! ical2vdir --help'
@@ -90,7 +90,7 @@ jobs:
       matrix:
         python-version: ['3.13']
     steps:
-    - uses: actions/checkout@v5
+    - uses: actions/checkout@v6
     - uses: actions/setup-python@v6
       with:
         python-version: ${{ matrix.python-version }}