mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Update workflows to actions/checkout@v4 (#8938)
This commit is contained in:
committed by
GitHub
parent
76128a091c
commit
3e2fa11072
2
.github/workflows/Handoff.yml
vendored
2
.github/workflows/Handoff.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
outputs:
|
||||
category: ${{ steps.changed-file-extensions.outputs.category }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Get changed files
|
||||
|
||||
4
.github/workflows/Markdown-lint.yml
vendored
4
.github/workflows/Markdown-lint.yml
vendored
@@ -5,9 +5,7 @@ jobs:
|
||||
markdown-lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/checkout@v4
|
||||
- name: Markdown-lint
|
||||
uses: bewuethr/mdl-action@v1
|
||||
with:
|
||||
|
||||
2
.github/workflows/Repology.yml
vendored
2
.github/workflows/Repology.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
generate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Generate JSON
|
||||
run: |
|
||||
sudo docker pull satmandu/crewbuild:amd64
|
||||
|
||||
4
.github/workflows/Rubocop.yml
vendored
4
.github/workflows/Rubocop.yml
vendored
@@ -5,9 +5,7 @@ jobs:
|
||||
rubocop:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/checkout@v4
|
||||
- name: Rubocop
|
||||
uses: satmandu/Octocop@v0.0.3
|
||||
with:
|
||||
|
||||
4
.github/workflows/ShellCheck.yml
vendored
4
.github/workflows/ShellCheck.yml
vendored
@@ -5,9 +5,7 @@ jobs:
|
||||
shellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/checkout@v4
|
||||
- name: ShellCheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
with:
|
||||
|
||||
2
.github/workflows/Unit-Test.yml
vendored
2
.github/workflows/Unit-Test.yml
vendored
@@ -5,7 +5,7 @@ jobs:
|
||||
container_tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Dump github context
|
||||
run: echo "$GITHUB_CONTEXT"
|
||||
shell: bash
|
||||
|
||||
4
.github/workflows/YAMLlint.yml
vendored
4
.github/workflows/YAMLlint.yml
vendored
@@ -5,9 +5,7 @@ jobs:
|
||||
yamllint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/checkout@v4
|
||||
- name: YAMLLint
|
||||
uses: ibiqlik/action-yamllint@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user