Skip to content

Commit 72fe3e7

Browse files
HarscheCopilot
andauthored
Update .github/workflows/blank.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9e58c42 commit 72fe3e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/blank.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- name: Checkout repository
27-
- uses: actions/checkout@v4
27+
uses: actions/checkout@v4
2828

2929
# Runs a single command using the runners shell
3030
- name: Set up Docker Buildx
31-
- uses: docker/setup-buildx-action@v3
31+
uses: docker/setup-buildx-action@v3
3232

3333
# Runs a set of commands using the runners shell
3434
- name: Build Docker Image

0 commit comments

Comments
 (0)