mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
Merge pull request #128 from bartvdbraak/renovate/actions-checkout-4.x
This commit is contained in:
commit
b31d2bd6aa
2 changed files with 2 additions and 2 deletions
2
.github/workflows/linting.yaml
vendored
2
.github/workflows/linting.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
node-version: [18]
|
||||
steps:
|
||||
- name: Checkout Git repository
|
||||
uses: actions/checkout@v4.0.0
|
||||
uses: actions/checkout@v4.1.0
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2.4.0
|
||||
|
|
2
.github/workflows/unlighthouse.yaml
vendored
2
.github/workflows/unlighthouse.yaml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||

|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4.0.0
|
||||
uses: actions/checkout@v4.1.0
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2.4.0
|
||||
|
|
Loading…
Reference in a new issue