Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin.20230628095123/master' into yrld…
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
GiulioRomualdi committed Sep 25, 2024
2 parents e58dc77 + d14067d commit d015b99
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Find Trailing Whitespace
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Find Trailing Whitespace
run: |
set +e
Expand All @@ -62,7 +62,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4

# Print environment variables to simplify development and debugging
- name: Environment Variables
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: conda-incubator/setup-miniconda@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4

- uses: conda-incubator/setup-miniconda@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-labeler-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
get-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Update the labeler file
run: |
cd ./.ci
Expand Down

0 comments on commit d015b99

Please sign in to comment.