chore(deps): update https://git.keligrubb.com/actions/checkout action to v7 #35

Merged
keligrubb merged 1 commits from renovate/https-git.keligrubb.com-actions-checkout-7.x into main 2026-06-21 04:26:21 +00:00
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -7,7 +7,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: https://git.keligrubb.com/actions/checkout@v6
- uses: https://git.keligrubb.com/actions/checkout@v7
- name: Setup Node.js
uses: https://git.keligrubb.com/actions/setup-node@v6
@@ -24,7 +24,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: https://git.keligrubb.com/actions/checkout@v6
- uses: https://git.keligrubb.com/actions/checkout@v7
- name: Setup Node.js
uses: https://git.keligrubb.com/actions/setup-node@v6
@@ -43,7 +43,7 @@ jobs:
container:
image: mcr.microsoft.com/playwright:v1.59.1-noble
steps:
- uses: https://git.keligrubb.com/actions/checkout@v6
- uses: https://git.keligrubb.com/actions/checkout@v7
- name: Setup Node.js
uses: https://git.keligrubb.com/actions/setup-node@v6
@@ -65,7 +65,7 @@ jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: https://git.keligrubb.com/actions/checkout@v6
- uses: https://git.keligrubb.com/actions/checkout@v7
- name: Set Docker image tag
id: image
+2 -2
View File
@@ -8,7 +8,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: https://git.keligrubb.com/actions/checkout@v6
- uses: https://git.keligrubb.com/actions/checkout@v7
with:
token: ${{ secrets.KESTRELOS_REPO_TOKEN }}
@@ -40,7 +40,7 @@ jobs:
needs: release
runs-on: ubuntu-latest
steps:
- uses: https://git.keligrubb.com/actions/checkout@v6
- uses: https://git.keligrubb.com/actions/checkout@v7
with:
ref: main
token: ${{ secrets.KESTRELOS_REPO_TOKEN }}