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:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- 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@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 }}