Skip to content

Commit

Permalink
Bumped github action/checkout from v3 to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannytsang committed Nov 12, 2023
1 parent baeaa1e commit 6e12296
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Getting your configuration from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Running YAMLlint
uses: ibiqlik/action-yamllint@v3
continue-on-error: true
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Getting your configuration from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Running Remark lint
uses: "docker://pipelinecomponents/remark-lint:latest"
continue-on-error: true
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: ➕ Create dummy files
run: |
sed -e '/delete:/d' < configuration.yaml > configuration.yaml
Expand All @@ -59,7 +59,7 @@ jobs:
version: ["beta", "dev"]
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: ➕ Create dummy files
run: |
sed -e '/delete:/d' < configuration.yaml > configuration.yaml
Expand Down

0 comments on commit 6e12296

Please sign in to comment.