mirror of
https://github.com/catppuccin/nim.git
synced 2024-11-14 13:07:54 -06:00
chore(deps): update actions/checkout action to v4 (#2)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0e401523f0
commit
94e670eb93
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: jiro4989/setup-nim-action@v2
|
- uses: jiro4989/setup-nim-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue