diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 5d71d648..851003c8 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -12,7 +12,7 @@ jobs: contents: write # Needed to deploy to gh-pages steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch all history for all tags and branches diff --git a/.github/workflows/static-check.yml b/.github/workflows/static-check.yml index e9e9f50f..1d1b760e 100644 --- a/.github/workflows/static-check.yml +++ b/.github/workflows/static-check.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout Charty Repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Set up JDK uses: actions/setup-java@v3