diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 117171e..813113f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: os: [ "ubuntu-latest", "windows-latest" ] fail-fast: false steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: 'recursive' - name: install stable rust diff --git a/.github/workflows/container_upload.yml b/.github/workflows/container_upload.yml index a5608bb..2444763 100644 --- a/.github/workflows/container_upload.yml +++ b/.github/workflows/container_upload.yml @@ -23,7 +23,7 @@ jobs: # steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry uses: docker/login-action@v4