diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b995630..fb2c098 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies run: sudo apt-get install -y wait-for-it