We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c714a5a commit a6d78ddCopy full SHA for a6d78dd
.github/workflows/run-integration-tests.yml
@@ -29,7 +29,7 @@ jobs:
29
name: "Run CI"
30
steps:
31
- name: check out code
32
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
33
- name: install docker
34
run: |
35
curl -fsSL https://get.docker.com -o get-docker.sh
0 commit comments