Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Bump actions/checkout from 3 to 4 #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/docker-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Extract matrix
id: set-matrix
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
echo ::set-output name=tag::${GITHUB_REF/refs\/heads\//}
fi
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Docker info
shell: bash
run: docker info
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
echo ::set-output name=tag::${GITHUB_REF/refs\/heads\//}
fi
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Docker info
shell: bash
run: docker info
Expand Down
Loading