We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1dbba commit a0dc700Copy full SHA for a0dc700
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Checkout the repository
18
- - uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
20
- name: Build the Docker image
21
run: docker build . --tag yellowlabtools:$(date +%s)
0 commit comments