Skip to content

Commit

Permalink
chore(github): update github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Abdulla Mulail Mohamed <[email protected]>
  • Loading branch information
leylmordor committed Feb 16, 2024
1 parent 5fc925f commit ade9424
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: "recursive"

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: "recursive"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: "recursive"

Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
steps:
# Must perform checkout first, since it deletes the target directory
# before running, and would therefore delete the downloaded artifacts
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
echo "SHA256_MAC_X86=${SHA256_MAC_X86}" >> $GITHUB_OUTPUT
echo "SHA256_LINUX_X86=${SHA256_LINUX_X86}" >> $GITHUB_OUTPUT
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: mindvalley/homebrew-wukong
token: ${{ secrets.HOMEBREW_WUKONG_TOKEN }}
Expand Down

0 comments on commit ade9424

Please sign in to comment.