Skip to content

Commit

Permalink
updated workflow checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Nov 12, 2024
1 parent 413489e commit 79cf216
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:

steps:
- name: checkout_indimail-mta
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: checkout_qmail
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: mbhangui/libqmail
path: libqmail
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daemontools-c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
OS: ${{ matrix.host }}

- name: checkout_daemontools
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: main

- name: checkout_qmail
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: mbhangui/libqmail
path: libqmail
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daemontools-obs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout_daemontools
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: checkout_qmail
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: mbhangui/libqmail
path: libqmail
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/indimail-mta-c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
OS: ${{ matrix.host }}

- name: checkout_indimail-mta
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: main

- name: checkout_qmail
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: mbhangui/libqmail
path: libqmail
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/indimail-mta-obs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout_indimail-mta
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: checkout_qmail
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: mbhangui/libqmail
path: libqmail
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libdkim2-c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
OS: ${{ matrix.host }}

- name: checkout_libdkim2
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: build_libdkim2
run: cd libdkim2-x; env CPPFLAGS="-I/opt/homebrew/Cellar/openssl@3/3.3.2/include" LDFLAGS="-L/opt/homebrew/Cellar/openssl@3/3.3.2/lib" ./default.configure; env CPPFLAGS="-I/opt/homebrew/Cellar/openssl@3/3.3.2/include" LDFLAGS="-L/opt/homebrew/Cellar/openssl@3/3.3.2/lib" make
2 changes: 1 addition & 1 deletion .github/workflows/libdkim2-obs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout_libdkim2
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: prepare obs
run: cd libdkim2-x; ./prepare_obs libdkim2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libsrs2-c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
OS: ${{ matrix.host }}

- name: checkout_libsrs2
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: build_libsrs2
run: cd libsrs2-x; ./default.configure; make
2 changes: 1 addition & 1 deletion .github/workflows/libsrs2-obs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout_libsrs2
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: prepare obs
run: cd libsrs2-x; ./prepare_obs libsrs2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
4 changes: 2 additions & 2 deletions .github/workflows/ucspi-tcp-c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
OS: ${{ matrix.host }}

- name: checkout_ucspi-tcp
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: main

- name: checkout_qmail
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: mbhangui/libqmail
path: libqmail
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ucspi-tcp-obs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout_ucspi-tcp
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: checkout_qmail
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: mbhangui/libqmail
path: libqmail
Expand Down

0 comments on commit 79cf216

Please sign in to comment.