diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 24e48bf..b37a137 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index afa1969..d238ab7 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -14,7 +14,7 @@ jobs: # GitHub Actions do not automatically checkout your projects. If you need the code # you need to check it out. - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Prepare id: prep run: | diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 09062ab..8e39a99 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -14,7 +14,7 @@ jobs: # GitHub Actions do not automatically checkout your projects. If you need the code # you need to check it out. - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Login to ghcr uses: docker/login-action@v2 with: diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index 17eabf6..52f34f9 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -15,7 +15,7 @@ jobs: # GitHub Actions do not automatically checkout your projects. If you need the code # you need to check it out. - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Set up Docker Buildx id: buildx diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c67dbd2..9daeccd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: # GitHub Actions do not automatically checkout your projects. If you need the code # you need to check it out. - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Prepare id: prep