Skip to content

Commit b538e3e

Browse files
authored
Merge pull request #296 from GEOS-ESM/merge/handmerge/develop-to-v12-2025Feb14
Handmerge of develop into v12
2 parents 047b2c9 + 019455c commit b538e3e

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)