mirror of
https://github.com/correl/docker-pleroma.git
synced 2024-11-14 11:09:27 +00:00
CI: update checkout action to v4
This commit is contained in:
parent
7c84c665e1
commit
2c45037bbf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3.2.0
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Lint Code Base
|
||||
uses: docker://github/super-linter:v2.2.2
|
||||
|
|
Loading…
Reference in a new issue