diff --git a/.github/workflows/build-packages.yml b/.github/workflows/build-packages.yml index c7821a8..ae6fa49 100644 --- a/.github/workflows/build-packages.yml +++ b/.github/workflows/build-packages.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # download the other assets - uses: robinraju/release-downloader@v1.11