diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index 7332556..e7b72d3 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -29,7 +29,7 @@ jobs: # Checkout the repository - name: Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # Set Docker buildx up for container build - name: Set up Docker buildx