diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a585c1..b0509a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: echo "::set-output name=uid::$(id -u)" echo "::set-output name=gid::$(id -g)" - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0 + - uses: actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2.8.0 - name: Login to GitHub Container Registry uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 # renovate: tag=v1.10.0 @@ -74,7 +74,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0 + - uses: actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2.8.0 - name: Set up Docker Buildx id: buildx