diff --git a/.github/workflows/create_containers.yml b/.github/workflows/create_containers.yml index 5e9c2b8999a..9cc7815b968 100644 --- a/.github/workflows/create_containers.yml +++ b/.github/workflows/create_containers.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: "Generate Dockerfile" env: OS: ${{ matrix.os }}