Skip to content

Commit

Permalink
Merge pull request #287 from GEOS-ESM/feature/mathomp4/update-actions…
Browse files Browse the repository at this point in the history
…-fv3gc

Update GitHub Actions
  • Loading branch information
mathomp4 authored Nov 6, 2024
2 parents b31d8b5 + f19b021 commit 4f6c0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate_yaml_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
validate-YAML:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4
- id: yaml-lint
name: yaml-lint
uses: ibiqlik/action-yamllint@v3
Expand All @@ -24,7 +24,7 @@ jobs:
format: colored
config_file: .yamllint.yml

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

0 comments on commit 4f6c0a9

Please sign in to comment.