diff --git a/.github/workflows/GITHUB_TOKEN.yml b/.github/workflows/GITHUB_TOKEN.yml index aabc4de..3accd12 100644 --- a/.github/workflows/GITHUB_TOKEN.yml +++ b/.github/workflows/GITHUB_TOKEN.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Another step run: echo "This is another step in your workflow" diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index d46b2fb..8c10389 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Compress Images uses: calibreapp/image-actions@main diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 64813ae..88be0d3 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -21,7 +21,7 @@ jobs: environment: ${{ inputs.environment }} steps: - name: Checkout OEA Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: OIDC Login to Azure Public Cloud with AzPowershell (enableAzPSSession true) uses: azure/login@v2 with: