diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 601ba5a..abfb73f 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Set extra environment variables run: | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6077dff..fee292b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: DEPLOY_GTK_VERSION: 3 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 - name: Setup dependencies run: |