diff --git a/.github/workflows/check_file_encodings.yml b/.github/workflows/check_file_encodings.yml index 6e853b66405..4274a368b3b 100644 --- a/.github/workflows/check_file_encodings.yml +++ b/.github/workflows/check_file_encodings.yml @@ -11,7 +11,7 @@ jobs: check-encoding: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Get changed files id: changed-files diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5bba20b62fd..b24ffdd09dc 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f40758fc6e0..4e3ff338526 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: sudo apt-get install -y imagemagick # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: copy files run: |