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:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Setup Go
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0

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 }}