Bump actions/checkout from 3.5.0 to 3.5.2 (#879)

This commit is contained in:
dependabot[bot]
2023-05-01 09:55:25 -07:00
committed by GitHub
parent 3d0746f3e3
commit 4d0df77cbd
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
platforms: all
- name: Check out this repo
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.2.0
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.2.0
- name: Login to Github Packages Container registry with ephemeral token
run: docker login ghcr.io --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }}