Bump actions/checkout from 3.3.0 to 3.5.0 (#872)

This commit is contained in:
dependabot[bot]
2023-04-03 11:12:57 -07:00
committed by GitHub
parent 44847ad3a4
commit f42faac259
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@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # 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 }}