Skip to content

Commit

Permalink
Merge pull request #1461 from fingolfin/mh/actions/checkout-v4
Browse files Browse the repository at this point in the history
CI: update actions/checkout to v4
  • Loading branch information
alexjbest authored Oct 9, 2023
2 parents 2d5c1bb + 4d8b51c commit be5593f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
TESTCFLAGS: "-Wall -O1"

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

- name: "Setup"
run: |
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
CFLAGS: "-Wall -Werror=implicit-function-declaration"

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

- name: "Setup"
run: |
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
CC: "gcc"

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

- name: "Setup"
run: |
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
runs-on: macos-latest

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

- name: "Run tests on FreeBSD"
uses: cross-platform-actions/action@v0.10.0
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
CC: "gcc"

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

- name: "Set up Cygwin"
uses: gap-actions/setup-cygwin@v1
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
EXTRA_OPTIONS: "--disable-static --enable-shared"

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

- name: "Setup"
run: |
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
CFLAGS: "-Wall"

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

- name: "Setup"
run: |
Expand Down Expand Up @@ -457,7 +457,7 @@ jobs:
CC: "gcc"

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

- name: "Setup MinGW"
uses: msys2/setup-msys2@v2
Expand Down Expand Up @@ -507,7 +507,7 @@ jobs:
runs-on: windows-latest

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

- name: "Setup Conda"
uses: conda-incubator/setup-miniconda@v2.2.0
Expand Down Expand Up @@ -570,7 +570,7 @@ jobs:
CC: "gcc"

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

- name: "Setup"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2

Expand Down

0 comments on commit be5593f

Please sign in to comment.