diff --git a/.github/workflows/pullrequests.yml b/.github/workflows/pullrequests.yml index 2ce4ea6..dfdfc59 100644 --- a/.github/workflows/pullrequests.yml +++ b/.github/workflows/pullrequests.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.5.0 - name: Generate Build-Args id: build-args diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b79ed8..9d54bbc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.5.0 - name: Generate Build-Args id: build-args