diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 41f8a556..056c51ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 @@ -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 @@ -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