diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 51ca044..ec4e2ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 # Runs a single command using the runners shell - name: Run a one-line script diff --git a/.github/workflows/secrets.yml b/.github/workflows/secrets.yml index 4ec08a9..25efa4e 100644 --- a/.github/workflows/secrets.yml +++ b/.github/workflows/secrets.yml @@ -6,7 +6,7 @@ jobs: gitleaks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: wget uses: wei/wget@v1 with: