diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a585c1..67538d2 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@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.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@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 - name: Set up Docker Buildx id: buildx