diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f8f9b4a..9bf0dc7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 # Define if tests and push should be run against which versions/platforms - name: Prepare @@ -106,7 +106,7 @@ jobs: - tag-does-not-exist steps: - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 - name: Set up QEMU uses: docker/setup-qemu-action@v2.0.0 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 972de98..9e902f8 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out the codebase. - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 - name: Hadolint Action # You may pin to the exact commit or the version. @@ -29,7 +29,7 @@ jobs: steps: - name: Check out the codebase. - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 - name: Set up Python 3. uses: actions/setup-python@v3.1.2