chore(deps): update https://git.keligrubb.com/actions/checkout action to v7 #35
@@ -7,7 +7,7 @@ jobs:
|
|||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.keligrubb.com/actions/checkout@v6
|
- uses: https://git.keligrubb.com/actions/checkout@v7
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: https://git.keligrubb.com/actions/setup-node@v6
|
uses: https://git.keligrubb.com/actions/setup-node@v6
|
||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.keligrubb.com/actions/checkout@v6
|
- uses: https://git.keligrubb.com/actions/checkout@v7
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: https://git.keligrubb.com/actions/setup-node@v6
|
uses: https://git.keligrubb.com/actions/setup-node@v6
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: mcr.microsoft.com/playwright:v1.59.1-noble
|
image: mcr.microsoft.com/playwright:v1.59.1-noble
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.keligrubb.com/actions/checkout@v6
|
- uses: https://git.keligrubb.com/actions/checkout@v7
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: https://git.keligrubb.com/actions/setup-node@v6
|
uses: https://git.keligrubb.com/actions/setup-node@v6
|
||||||
@@ -65,7 +65,7 @@ jobs:
|
|||||||
docker-build:
|
docker-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.keligrubb.com/actions/checkout@v6
|
- uses: https://git.keligrubb.com/actions/checkout@v7
|
||||||
|
|
||||||
- name: Set Docker image tag
|
- name: Set Docker image tag
|
||||||
id: image
|
id: image
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.keligrubb.com/actions/checkout@v6
|
- uses: https://git.keligrubb.com/actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.KESTRELOS_REPO_TOKEN }}
|
token: ${{ secrets.KESTRELOS_REPO_TOKEN }}
|
||||||
|
|
||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
needs: release
|
needs: release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.keligrubb.com/actions/checkout@v6
|
- uses: https://git.keligrubb.com/actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
token: ${{ secrets.KESTRELOS_REPO_TOKEN }}
|
token: ${{ secrets.KESTRELOS_REPO_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user