Skip to content

Commit

Permalink
Fix deprecations in yaml lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danudey committed Jun 12, 2024
1 parent 13bd2a8 commit 551e8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
Expand All @@ -14,7 +14,7 @@

- run: echo ${{ steps.yaml-lint.outputs.logfile }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: yamllint-logfile
Expand Down

0 comments on commit 551e8ba

Please sign in to comment.