Skip to content

Commit

Permalink
Update checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed Jul 31, 2024
1 parent c50026b commit 149995b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-bake-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- name: Check Out main Branch
if: github.event.schedule == '0 8 * * *'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: 'main'

Expand All @@ -104,7 +104,7 @@ jobs:

connect-daily:
needs: [versions]
name: Connect Image - Daily
name: Connect - Daily
runs-on: ubuntu-latest-4x

env:
Expand Down

0 comments on commit 149995b

Please sign in to comment.