Compare commits

...

2 Commits

Author SHA1 Message Date
1ee8896ee4 chore(deps): update actions/checkout action to v4.2.2
Some checks are pending
CI / ci (pull_request) Waiting to run
2025-01-01 03:18:14 +00:00
467205342e Update renovate.json 2025-01-01 04:16:31 +01:00
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0

View File

@ -30,7 +30,7 @@ jobs:
outputs:
latesttag: ${{ steps.latesttag.outputs.latesttag }}
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Get latest tag
@ -54,7 +54,7 @@ jobs:
success: ${{ steps.set_flag.outputs.success }}
# srvurl: ${{ steps.set_srvurl.outputs.srvurl }}
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0

View File

@ -1,6 +1,6 @@
{
"ignorePaths": [
"archive/*"
"**/.archive/**"
],
"assignAutomerge": true,
"assigneesFromCodeOwners": true,