Skip to content

Commit

Permalink
Updated checkout action version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Aug 27, 2024
1 parent 53a9a0f commit 6d73548
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/offline-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_after_successful_duplicate: 'false'

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

- name: Build wazuh-install script and use staging packages
run: bash builder.sh -i -d staging
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
needs: Build-wazuh-install-script
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
with:
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
needs: Build-wazuh-install-script
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/password-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
needs: Build-password-tool-and-wazuh-install-scripts
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: scripts
Expand Down

0 comments on commit 6d73548

Please sign in to comment.