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 eea30eb commit b664085
Show file tree
Hide file tree
Showing 25 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bogofilter-wordlist-c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
OS: ${{ matrix.host }}

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

- name: build bogofilter-wordlist
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bogofilter-wordlist-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_bogofilter-wordlist
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: prepare obs
run: cd bogofilter-wordlist-x; ./prepare_obs bogofilter-wordlist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/courier-imap-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_main
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: build courier-imap
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fetchmail-c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
OS: ${{ matrix.host }}

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

- name: build fetchmail
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/indimail-access-obs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout_indimail-access
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: prepare obs
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/indimail-auth-obs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout_indimail-auth
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-c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
OS: ${{ matrix.host }}

- name: checkout_main
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-obs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout_indimail
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/indimail-spamfilter-c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
OS: ${{ matrix.host }}

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

- name: build indimail-spamfilter
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/indimail-spamfilter-obs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout_indimail-spamfilter
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: prepare obs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/indimail-utils-c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
OS: ${{ matrix.host }}

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

- name: build indimail-utils
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/indimail-utils-obs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout_indimail-utils
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: prepare obs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/indium-c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
OS: ${{ matrix.host }}

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

- name: build indium
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/indium-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_indium
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: prepare obs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ircube-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_ircube
uses: actions/checkout@v2
uses: actions/checkout@v4

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

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

- name: build ircube
run: cd ircube-x; ./default.configure; sudo make install
4 changes: 2 additions & 2 deletions .github/workflows/iwebadmin-c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
OS: ${{ matrix.host }}

- name: checkout_main
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/iwebadmin-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_iwebadmin
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/logalert-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_main
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/logalert-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_logalert
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/nssd-c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
OS: ${{ matrix.host }}

- name: checkout_main
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/pam-multi-c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
OS: ${{ matrix.host }}

- name: checkout_main
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
2 changes: 1 addition & 1 deletion .github/workflows/procmail-c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
OS: ${{ matrix.host }}

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

- name: build procmail
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/procmail-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_procmail
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: prepare obs
run: cd procmail-x; ./prepare_obs procmail
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

0 comments on commit b664085

Please sign in to comment.