mirror of
https://github.com/falk-werner/webfuse
synced 2025-12-05 06:02:04 +00:00
github actions: update to checkout@v5
Signed-off-by: Falk Werner <falk.werner@gmx.net>
This commit is contained in:
parent
336228d637
commit
f7243cb10e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
BUILD_TYPE: Release
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install APT dependencies
|
||||
run: |
|
||||
|
||||
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user