chore(actions)(deps): bump actions/checkout from 4.1.1 to 4.1.2 #178

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/actions/checkout-4.1.2 into main 2024-03-12 18:02:35 +01:00
Showing only changes of commit 721a4481cc - Show all commits

View File

@ -8,7 +8,7 @@ jobs:
name: GitHub Container Registry
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Login to GitHub Container Registry
run: echo ${{ secrets.GHCR_ACCESS_TOKEN }} | docker login ghcr.io -u luketainton --password-stdin
- name: Build image for GitHub Package Registry