mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-03-16 05:53:29 +00:00
bump checkout action version
This commit is contained in:
parent
c5dcf9e0fd
commit
3d0a35f0cd
3 changed files with 3 additions and 3 deletions
.github/workflows
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
|
2
.github/workflows/lockfiles.yaml
vendored
2
.github/workflows/lockfiles.yaml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Clone Kimai
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
|
|
2
.github/workflows/testing.yaml
vendored
2
.github/workflows/testing.yaml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Clone Kimai
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue