diff --git a/action.yml b/action.yml index f44f549..3b01307 100644 --- a/action.yml +++ b/action.yml @@ -74,7 +74,7 @@ runs: - name: 🖨 Checkout code if: ${{ steps.config.outputs.checkout == 'true' }} - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 💉 Set up buildargs if: ${{ inputs.use-env-buildargs == 'true' }}