diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 054ddcd..0ac7adf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest # Utilizes the latest Ubuntu runner for job execution. steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # This step checks out the repository code, making it available for the workflow. - name: Install Dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7240ba5..e5563c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest # Utilizes the latest Ubuntu runner for job execution. steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # This step checks out the repository code, making it available for the workflow. - name: Install Dependencies