diff options
| author | makefu <github@syntax-fehler.de> | 2023-12-04 15:06:05 +0100 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2023-12-04 15:06:05 +0100 |
| commit | 2ca25d5fc3b5bcabe15b0934208b5f5201420eb2 (patch) | |
| tree | e41e5c3114a57555eca53b4521b99c22ea2056ba /.github/workflows | |
| parent | f157c7b47f249470b4f5cebdc53ce391d938b0b4 (diff) | |
| parent | c660bedbb94a9a08c50050a3447f4fc5ba90fd69 (diff) | |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/repo-sync.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 5112f7e0c..dc9360a76 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -8,7 +8,7 @@ jobs: if: github.repository_owner == 'Mic92' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: persist-credentials: false - name: repo-sync |
