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 20a88ab commit 3878f9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tinydnssec-c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,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/tinydnssec-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_tinydnssec
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 3878f9b

Please sign in to comment.