Skip to content

Commit

Permalink
Uptick actions steps checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jessbade committed Jan 26, 2024
1 parent 7e66ac5 commit 674d637
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Apply formatting
uses: github/super-linter@v4
Expand All @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup environment
uses: conda-incubator/setup-miniconda@v2
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup environment
uses: conda-incubator/setup-miniconda@v2
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup environment
uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit 674d637

Please sign in to comment.