Skip to content

Commit 4f6c0a9

Browse files
authored
Merge pull request #287 from GEOS-ESM/feature/mathomp4/update-actions-fv3gc
Update GitHub Actions
2 parents b31d8b5 + f19b021 commit 4f6c0a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate_yaml_files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
validate-YAML:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3.3.0
18+
- uses: actions/checkout@v4
1919
- id: yaml-lint
2020
name: yaml-lint
2121
uses: ibiqlik/action-yamllint@v3
@@ -24,7 +24,7 @@ jobs:
2424
format: colored
2525
config_file: .yamllint.yml
2626

27-
- uses: actions/upload-artifact@v3
27+
- uses: actions/upload-artifact@v4
2828
if: always()
2929
with:
3030
name: yamllint-logfile

0 commit comments

Comments
 (0)