diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 86cd26e..573100e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,7 +26,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Git User for Applying Patches # See this thread for more details https://github.community/t/github-actions-bot-email-address/17204/5 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9febec5..ff52fb1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: build_type: Debug steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Git User for Applying Patches # See this thread for more details https://github.community/t/github-actions-bot-email-address/17204/5 @@ -295,7 +295,7 @@ jobs: release: [stable, HEAD] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Git User for Applying Patches run: | @@ -388,7 +388,7 @@ jobs: release: [stable, HEAD] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Git User for Applying Patches run: | diff --git a/.github/workflows/update_head.yml b/.github/workflows/update_head.yml index 3e254dd..0271c8f 100644 --- a/.github/workflows/update_head.yml +++ b/.github/workflows/update_head.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: